]> Pileus Git - ~andy/gtk/commitdiff
Improve documentation of "gtk-button-images" setting
authorChristian Dywan <cdywan@src.gnome.org>
Fri, 15 Aug 2008 08:23:53 +0000 (08:23 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Fri, 15 Aug 2008 08:23:53 +0000 (08:23 +0000)
svn path=/trunk/; revision=21123

ChangeLog
gtk/gtkbutton.c

index 43b071c44b5f6bd454f37bbe310b378f5db423c7..a39a94688d08407c9b8d1a7b759879f87109e3bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-15  Christian Dywan  <christian@imendio.com>
+
+        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  <mclasen@redhat.com>
 
        Bug 547673 – Accessors for GtkFileSelection.font_entry and
index e68c5297ffb9b83200d596909979184e69394f20..234f0367ec26141eab47f7527b9590c84794cf46 100644 (file)
@@ -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));