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:
Matthias Clasen 2005-11-10 17:42:48 +00:00 committed by Matthias Clasen
parent 83e2e23fe1
commit 6556787e0a
3 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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);