GNOME Bugzilla – Bug 654138
soup-fly: Do not use deprecated gtk_[hv]box_new()
Last modified: 2011-08-12 08:48:45 UTC
In recent GTK+ 3.1.x, gtk_[hv]box_new() got deprecated. Here's a patch to use non-deprecated API.
Created attachment 191436 [details] [review] Move to gtk_box_new()
Review of attachment 191436 [details] [review]: Thanks, go for it.