]> Pileus Git - ~andy/gtk/commitdiff
Update the doc
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Oct 2007 03:24:28 +0000 (03:24 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 17 Oct 2007 03:24:28 +0000 (03:24 +0000)
svn path=/trunk/; revision=18920

ChangeLog
gtk/gtkvolumebutton.c

index 40bb5552808dc87c7b272ccfb9aa42f246b70fda..4085b690287e5148dbfba852fe648d87d07be94d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-16  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkvolumebutton.c (gtk_volume_button_new): Update 
+       the docs.  (#477280, Christian Persch)
+
 2007-10-16  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/gtkentrycompletion.c: Update the docs for the 
index a77f71b2c1345a73e83c64d1ccdf3f889f98411e..68523eb704abdaa810a3b817cfcd8e7041f8e86b 100644 (file)
@@ -102,8 +102,8 @@ gtk_volume_button_init (GtkVolumeButton *button)
 /**
  * gtk_volume_button_new
  *
- * Creates a #GtkVolumeButton, with a range between 0 and 100, with
- * a stepping of 2. Volume values can be obtained and modified using
+ * Creates a #GtkVolumeButton, with a range between 0.0 and 1.0, with
+ * a stepping of 0.02. Volume values can be obtained and modified using
  * the functions from #GtkScaleButton.
  *
  * Return value: a new #GtkVolumeButton