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 754421 - settings: annotatiion typos suppress deprecation notices for gtk-button-images, gtk-menu-images
settings: annotatiion typos suppress deprecation notices for gtk-button-image...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.17.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-09-01 22:30 UTC by David Evans
Modified: 2015-09-01 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: Fix GtkSettings property stanzas (1.09 KB, patch)
2015-09-01 22:47 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description David Evans 2015-09-01 22:30:01 UTC
Annotation typos in gtk/gtksettings.c cause deprecation notices for gtk-button-images and gtk-menu-images to be suppressed in docs.  Observed in versions 3.16.6, 3.17.7 and git master.

Fix is to replace the doubled '::' in

   * GtkSettings::gtk-button-images:
   * GtkSettings::gtk-menu-images:

with a single ':'

   * GtkSettings:gtk-button-images:
   * GtkSettings:gtk-menu-images:
Comment 1 Emmanuele Bassi (:ebassi) 2015-09-01 22:47:34 UTC
Created attachment 310452 [details] [review]
docs: Fix GtkSettings property stanzas

Otherwise gtk-button-images and gtk-menu-images will not be recognised
as properties.
Comment 2 Emmanuele Bassi (:ebassi) 2015-09-01 22:48:12 UTC
Attachment 310452 [details] pushed as 06488ad - docs: Fix GtkSettings property stanzas