]> Pileus Git - ~andy/gtk/commitdiff
fixed buglet from #351759.
authorTim Janik <timj@imendio.com>
Thu, 17 Aug 2006 14:21:41 +0000 (14:21 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 17 Aug 2006 14:21:41 +0000 (14:21 +0000)
Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>

        * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.

ChangeLog
ChangeLog.pre-2-10
docs/tutorial/gtk-tut.sgml

index 4258dcf37f912a79a8a81f3cd307cc5db7f91472..7f65b13c37ac7c4930af213f111b8002f9995e2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>
+
+       * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
+
 2006-08-17  Tor Lillqvist  <tml@novell.com>
 
        * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
index 4258dcf37f912a79a8a81f3cd307cc5db7f91472..7f65b13c37ac7c4930af213f111b8002f9995e2d 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 17 16:19:35 2006  Tim Janik  <timj@imendio.com>
+
+       * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
+
 2006-08-17  Tor Lillqvist  <tml@novell.com>
 
        * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid
index 5f1664f12323be2f53d952d457fab9f544fd5bff..1b77dac9e610241b3b2fd240bd89420ce4babb85 100755 (executable)
@@ -6001,7 +6001,7 @@ void gtk_color_selection_set_current_alpha( GtkColorSelection *colorsel,
 gtk_color_selection_set_current_color() with a pointer to a GdkColor. 
 Setting the opacity (alpha channel) is done with 
 gtk_color_selection_set_current_alpha(). The alpha value should be between
-0 (fully transparent) and 65636 (fully opaque).
+0 (fully transparent) and 65535 (fully opaque).
 </para>
 
 <programlisting role="C">