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 567270 - Migrate from GnomeAbout to GtkAboutDialog
Migrate from GnomeAbout to GtkAboutDialog
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.26.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 580887
 
 
Reported: 2009-01-10 16:08 UTC by André Klapper
Modified: 2013-09-13 00:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-01-10 16:08:25 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,
Comment 1 Matthew Barnes 2009-01-11 00:16:47 UTC
All three cases were already commented out, so I just removed them.

Fixed in revision 37032.