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 670180 - [PATCH] Use gtk_box_new instead of deprecated gtk_hbox_new, gtk_vbox_new
[PATCH] Use gtk_box_new instead of deprecated gtk_hbox_new, gtk_vbox_new
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-16 04:58 UTC by Robert Ancell
Modified: 2015-01-28 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use gtk_box_new instead of deprecated gtk_hbox_new, gtk_vbox_new (3.03 KB, patch)
2012-02-16 04:58 UTC, Robert Ancell
reviewed Details | Review
port tests to GtkBox (2.43 KB, patch)
2014-08-01 17:03 UTC, David King
committed Details | Review

Description Robert Ancell 2012-02-16 04:58:28 UTC
Created attachment 207724 [details] [review]
Use gtk_box_new instead of deprecated gtk_hbox_new, gtk_vbox_new

Use gtk_box_new instead of deprecated gtk_hbox_new, gtk_vbox_new
Comment 1 Matthias Clasen 2012-11-09 04:00:04 UTC
Review of attachment 207724 [details] [review]:

Looks like a very obvious patch; we should get that in...
Comment 2 David King 2014-08-01 17:03:36 UTC
Created attachment 282288 [details] [review]
port tests to GtkBox

The existing patch is obsolete (was fixed a while ago), but hbox and vbox are still used in the tests.
Comment 3 David King 2015-01-28 11:48:37 UTC
Review of attachment 282288 [details] [review]:

Acked by Shaun today, and pushed.