GNOME Bugzilla – Bug 620844
[GtkBuilder transition] repair_dialog
Last modified: 2010-06-20 22:32:43 UTC
The repair_dialog 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.
Hi! I'll be working on migrate this dialog to GtkBuilder. Best wishes.
Created attachment 164103 [details] [review] Patch for migrating repair_dialog to GtkBuilder I finished migration of repair_dialog to GtkBuilder, but don't know if it already been deprecated by using repair_db_dialog.
You're right, it might be obsolete. Nonetheless, good and clean patch. Two comments: * You need to set up git correctly, so that it records your name and contact details. More about this can be found here: http://live.gnome.org/Git/Developers#Setting_up_Git * Keep your commit messages useful, these last forever. The first line is usually a short description of the commit. I corrected these two and merged this patch, so you're now an official F-Spot contributor, congratulations! commit 7f9f32b3291895efad58b8c22954535b0efb40f1 Author: Ademir Mendoza <ademir.mendoza@gmail.com> Date: Sat Jun 19 23:52:22 2010 -0500 Migrate repair_dialog to GtkBuilder. https://bugzilla.gnome.org/show_bug.cgi?id=620844
Hi! Thanks for your suggestions. I'll be setting it up. Best wishes.