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 636594 - The default value of the property 'logo' in GtkAboutDialog section shouldn't be NULL, but it is
The default value of the property 'logo' in GtkAboutDialog section shouldn't ...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Christian Dywan
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-06 13:37 UTC by tigran
Modified: 2014-01-25 03:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Code showing the bug (1.25 KB, text/x-csrc)
2010-12-06 13:37 UTC, tigran
  Details
Clarify documentation of GtkAboutDialog::logo (907 bytes, patch)
2010-12-10 10:27 UTC, Christian Dywan
committed Details | Review

Description tigran 2010-12-06 13:37:29 UTC
Created attachment 175919 [details]
Code showing the bug

The default value of the property 'logo' in GtkAboutDialog section shouldn't be NULL, but it is

Also reported at http://linuxtesting.org/results/report?num=D0160
Comment 1 Matthias Clasen 2010-12-06 14:53:28 UTC
You forgot to say why you think it shouldn't be NULL...
fwiw, object-valued properties _always_ have a default value of NULL
Comment 2 tigran 2010-12-10 10:04:17 UTC
But in documentation it is written that it defaults to gtk_window_get_default_icon_list().
Comment 3 Christian Dywan 2010-12-10 10:27:15 UTC
Created attachment 176169 [details] [review]
Clarify documentation of GtkAboutDialog::logo

The wording is actually misleading. I suggest the wording for the setter should be used because it is not ambiguous.
Comment 4 Matthias Clasen 2014-01-25 03:44:05 UTC
Attachment 176169 [details] pushed as dcf4192 - Clarify documentation of GtkAboutDialog::logo