Fix another typo

This commit is contained in:
Matthias Clasen 2010-12-21 12:32:34 -05:00
parent b3bd184274
commit f9e876e265

View 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;