After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654138 - soup-fly: Do not use deprecated gtk_[hv]box_new()
soup-fly: Do not use deprecated gtk_[hv]box_new()
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2011-07-07 08:49 UTC by Vincent Untz
Modified: 2011-08-12 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move to gtk_box_new() (1.12 KB, patch)
2011-07-07 08:49 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-07-07 08:49:02 UTC
In recent GTK+ 3.1.x, gtk_[hv]box_new() got deprecated. Here's a patch to use non-deprecated API.
Comment 1 Vincent Untz 2011-07-07 08:49:57 UTC
Created attachment 191436 [details] [review]
Move to gtk_box_new()
Comment 2 Xan Lopez 2011-08-09 10:31:53 UTC
Review of attachment 191436 [details] [review]:

Thanks, go for it.