Fix a typo

svn path=/trunk/; revision=19093
This commit is contained in:
Matthias Clasen 2007-11-30 18:16:08 +00:00
parent 5b48e3bfb3
commit 7c89db436e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-30 Matthias Clasen <mclasen@redhat.com>
* gkt/question-index.sgml: Correct a typo. (#500686,
David Lambert)
2007-11-26 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: Add note about hook setup

View File

@ -552,7 +552,7 @@ GdkColormap *colormap;
colormap = gdk_screen_get_rgba_colormap (screen);
if (!colormap)
colormap = gtk_screen_get_rgb_colormap (screen);
colormap = gdk_screen_get_rgb_colormap (screen);
gtk_widget_set_colormap (widget, colormap);
</programlisting></informalexample>