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 671008 - Remove deprecated VBox and HBox usage
Remove deprecated VBox and HBox usage
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: GNOME3.4
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-28 21:07 UTC by Adrian Zgorzałek
Modified: 2012-02-29 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing issue (3.59 KB, patch)
2012-02-28 21:07 UTC, Adrian Zgorzałek
none Details | Review

Description Adrian Zgorzałek 2012-02-28 21:07:17 UTC
Created attachment 208637 [details] [review]
Patch fixing issue

Also little change for consistency of code:
Use PROP_0, PROP instead of PROP = 1
Comment 1 Felix Riemann 2012-02-29 14:52:15 UTC
Thanks again, Adrian. Nice find with the property values.

commit 81cb0682eae5ab9864737132abb4f0c18b10ff8c
Author: Adrian Zgorzałek <>
Date:   Tue Feb 28 21:33:40 2012 +0100

    Remove deprecated GtkVBox/GtkHBox usage
    
    The GtkHBox and GtkVBox have been deprecated by now.
    Also be consistent with the other properties declarations
    and use PROP_0 instead of PROP = 1.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671008
---
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.