[gtk+] Fix another typo



commit f9e876e2654d2f0b23a41bc7effc2bdbd0a62154
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 21 12:32:34 2010 -0500

    Fix another typo

 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 e549d7d..1a90088 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]