mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Fix a typo
svn path=/trunk/; revision=19093
This commit is contained in:
parent
5b48e3bfb3
commit
7c89db436e
@ -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>
|
2007-11-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtkaboutdialog.sgml: Add note about hook setup
|
* gtk/tmpl/gtkaboutdialog.sgml: Add note about hook setup
|
||||||
|
@ -552,7 +552,7 @@ GdkColormap *colormap;
|
|||||||
|
|
||||||
colormap = gdk_screen_get_rgba_colormap (screen);
|
colormap = gdk_screen_get_rgba_colormap (screen);
|
||||||
if (!colormap)
|
if (!colormap)
|
||||||
colormap = gtk_screen_get_rgb_colormap (screen);
|
colormap = gdk_screen_get_rgb_colormap (screen);
|
||||||
|
|
||||||
gtk_widget_set_colormap (widget, colormap);
|
gtk_widget_set_colormap (widget, colormap);
|
||||||
</programlisting></informalexample>
|
</programlisting></informalexample>
|
||||||
|
Loading…
Reference in New Issue
Block a user