diff options
Diffstat (limited to 'libmate-desktop/mate-colorsel.c')
-rw-r--r-- | libmate-desktop/mate-colorsel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libmate-desktop/mate-colorsel.c b/libmate-desktop/mate-colorsel.c index 79ae054..cb27572 100644 --- a/libmate-desktop/mate-colorsel.c +++ b/libmate-desktop/mate-colorsel.c @@ -2098,7 +2098,11 @@ get_screen_color (GtkWidget *button) NULL, picker_cursor, time); +#if GTK_CHECK_VERSION (3, 0, 0) + g_object_unref (picker_cursor); +#else gdk_cursor_unref (picker_cursor); +#endif if (grab_status != GDK_GRAB_SUCCESS) { |