diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:32:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:32:34 -0500 |
commit | f9e876e2654d2f0b23a41bc7effc2bdbd0a62154 (patch) | |
tree | a7320b342ca13e90a3d831a335d2f6db83b47059 /gdk/x11/gdkcursor-x11.c | |
parent | b3bd1842747f83609336cfee8c2fd447c9c6bfee (diff) | |
download | gtk+-f9e876e2654d2f0b23a41bc7effc2bdbd0a62154.tar.gz |
Fix another typo
Diffstat (limited to 'gdk/x11/gdkcursor-x11.c')
-rw-r--r-- | gdk/x11/gdkcursor-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index e549d7da86..1a900885b7 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -271,7 +271,7 @@ _gdk_x11_display_get_cursor_for_type (GdkDisplay *display, } private = g_object_new (GDK_TYPE_X11_CURSOR, - "cursor-type", GDK_CURSOR_IS_PIXMAP, + "cursor-type", cursor_type, "display", display, NULL); private->xcursor = xcursor; |