From 11faf1c6bd53becc8c93077b71997628f76b8792 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 15 Aug 2008 08:23:53 +0000 Subject: [PATCH] Improve documentation of "gtk-button-images" setting svn path=/trunk/; revision=21123 --- ChangeLog | 7 +++++++ gtk/gtkbutton.c | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43b071c44b..a39a94688d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-15 Christian Dywan + + Bug 547775 – Documentation of gtk-button-images is not correct + + * gtk/gtkbutton.c (gtk_button_class_init): Improve documentation + of "gtk-button-images" setting + 2008-08-13 Matthias Clasen Bug 547673 – Accessors for GtkFileSelection.font_entry and diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index e68c5297ff..234f0367ec 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -481,15 +481,15 @@ gtk_button_class_init (GtkButtonClass *klass) GTK_PARAM_READABLE)); /** - * GtkButton::gtk-button-images: - * - * If stock icon in buttons should be shown at all. - * + * GtkSettings::gtk-button-images: + * + * Whether images should be shown on buttons + * * Since: 2.4 */ gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images", P_("Show button images"), - P_("Whether stock icons should be shown in buttons"), + P_("Whether images should be shown on buttons"), TRUE, GTK_PARAM_READWRITE));