diff --git a/ChangeLog b/ChangeLog index 4258dcf37f..7f65b13c37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 17 16:19:35 2006 Tim Janik + + * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759. + 2006-08-17 Tor Lillqvist * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4258dcf37f..7f65b13c37 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Thu Aug 17 16:19:35 2006 Tim Janik + + * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759. + 2006-08-17 Tor Lillqvist * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index 5f1664f123..1b77dac9e6 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -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).