Fix small documentation problems after the toolpalette merge
Several Since tags were wrong. Spotted by Christian Persch in bug 603268.
This commit is contained in:
@ -974,8 +974,6 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
* GtkSettings:toolbar-style:
|
||||
*
|
||||
* The size of icons in default toolbars.
|
||||
*
|
||||
* Since: 2.18
|
||||
*/
|
||||
result = settings_install_property_parser (class,
|
||||
g_param_spec_enum ("gtk-toolbar-style",
|
||||
@ -991,8 +989,6 @@ gtk_settings_class_init (GtkSettingsClass *class)
|
||||
* GtkSettings:toolbar-icon-size:
|
||||
*
|
||||
* The size of icons in default toolbars.
|
||||
*
|
||||
* Since: 2.18
|
||||
*/
|
||||
result = settings_install_property_parser (class,
|
||||
g_param_spec_enum ("gtk-toolbar-icon-size",
|
||||
|
||||
Reference in New Issue
Block a user