GNOME Bugzilla – Bug 567270
Migrate from GnomeAbout to GtkAboutDialog
Last modified: 2013-09-13 00:59:47 UTC
http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkAboutDialog.html http://live.gnome.org/LibgnomeMustDie $:andre\> grep -r gnome_about . ./addressbook/printing/test-print.c: gnome_about_new ( _( "Contact Print Test" ), VERSION, ./addressbook/printing/test-contact-print-style-editor.c: gnome_about_new ( _( "Contact Print Style Editor Test" ), VERSION, ./addressbook/gui/contact-editor/test-editor.c: gnome_about_new ( _( "Contact Editor Test" ), VERSION,
All three cases were already commented out, so I just removed them. Fixed in revision 37032.