]> Pileus Git - ~andy/gtk/commitdiff
Fix another typo
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:32:34 +0000 (12:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:32:34 +0000 (12:32 -0500)
gdk/x11/gdkcursor-x11.c

index e549d7da864fb87a689be8418c56622fe85d50f5..1a900885b7de29a0b05334fcaf8e801f4bef3473 100644 (file)
@@ -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;