mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Remove an erroneous semicolon.
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous semicolon.
This commit is contained in:
parent
83e2e23fe1
commit
6556787e0a
@ -1,5 +1,8 @@
|
||||
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
||||
semicolon.
|
||||
|
||||
Don't corrupt odd keymaps (#316638, Kean Johnston)
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
||||
semicolon.
|
||||
|
||||
Don't corrupt odd keymaps (#316638, Kean Johnston)
|
||||
|
||||
* gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
|
||||
|
@ -1371,7 +1371,7 @@ gdkx_colormap_get (Colormap xcolormap)
|
||||
GdkColormap *colormap;
|
||||
|
||||
if (xcolormap == DefaultColormap (GDK_SCREEN_XDISPLAY (screen),
|
||||
GDK_SCREEN_XNUMBER (screen)));
|
||||
GDK_SCREEN_XNUMBER (screen)))
|
||||
return g_object_ref (gdk_screen_get_system_colormap (screen));
|
||||
|
||||
colormap = gdk_colormap_lookup (screen, xcolormap);
|
||||
|
Loading…
Reference in New Issue
Block a user