GNOME Bugzilla – Bug 652992
Remove use of GtkVBox/GtkHBox
Last modified: 2011-07-14 17:43:24 UTC
They've been removed in GTK+ in favour of GtkOrientable. Patch coming up to port Brasero to no longer use them.
Created attachment 190256 [details] [review] Remove use of GtkVBox/GtkHBox Patch to do this. It compiles, but I haven't tested that the interface still works. It should do, though. (I just wanted Brasero to compile again so that I could build some other stuff.)
Created attachment 190336 [details] [review] similar patch Adding my own version of this just because the number of changes differ to the one here... 54 files changed, 129 insertions(+), 129 deletions(-)
Comment on attachment 190256 [details] [review] Remove use of GtkVBox/GtkHBox Looks like I got the signature of gtk_box_new() wrong, so your patch is better.
Can we get this committed ?
Can we get this committed, please ?
Luis asked me to move this forward on IRC, so I pushed this patch with some additional fixes, which ensure the right orientation is set at _init() time for GtkBox subclasses.