GNOME Bugzilla – Bug 620839
[GtkBuilder transition] single_view
Last modified: 2010-06-22 20:19:34 UTC
The single_view needs to be migrated to GtkBuilder.
Instructions on how to fix this can be found here: http://f-spot.org/GtkBuilder_Transition Please indicate below if you are working on this (and if you stopped working on it), so we can avoid duplicate work. If you are stuck, just ask for help on IRC or the mailing list.
I'll try to tackle this one
Created attachment 163423 [details] [review] migrate single_view window from libglade to gtkbuilder
Created attachment 163431 [details] [review] migrate single_view window from libglade to gtkbuilder
Comment on attachment 163431 [details] [review] migrate single_view window from libglade to gtkbuilder not complete yet. There's a nested class with ui that still needs to be migrated.
Created attachment 163634 [details] [review] migrate single_view window and viewer_preferences dialog from libglade to gtkbuilder I had to change the id of the window in code to match the id in ui and pointed everything to the property instead of the private field.
Created attachment 163635 [details] [review] migrate single_view window from libglade to gtkbuilder f-spot.glade was missing
Will review/merge this once bug 620845 has landed. A quick look shows me that it's good though. Nice work!
Merged, now that the viewer_preferences patch has landed. Great work Nick.