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 496689 - GtkAboutDialog "name" property deprecation not explained in documentation
GtkAboutDialog "name" property deprecation not explained in documentation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-11-14 09:44 UTC by Thomas Wood
Modified: 2007-11-19 05:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Wood 2007-11-14 09:44:24 UTC
The "name" property of GtkAboutDialog was removed in 2.12 because of a conflict with the "name" property of GtkWidget (bug 345822). However, it would be nice to have some sort of warning in the documentation of gtk_show_about_dialog() as this breaks applications written using the GTK+ prior to 2.12.

Also, the "program-name" property should be marked "Since: 2.12".
Comment 1 Matthias Clasen 2007-11-19 05:31:06 UTC
2007-11-19  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkaboutdialog.c: Correct docs for program-name property.
        (#496689, Thomas Wood)