gtk: Use g_object_unref instead of gdk_cursor_unref
This commit is contained in:
committed by
Matthias Clasen
parent
a9637f05b6
commit
8f1f743903
@ -402,7 +402,7 @@ set_busy_cursor (GtkPrintUnixDialog *dialog,
|
||||
gdk_display_flush (display);
|
||||
|
||||
if (cursor)
|
||||
gdk_cursor_unref (cursor);
|
||||
g_object_unref (cursor);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user