From 7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Tue, 1 May 2012 00:08:33 +0100 Subject: Fix typos in Gtk3 fixes, and fix separator API usage (bzr r11309) --- src/desktop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/desktop.cpp') diff --git a/src/desktop.cpp b/src/desktop.cpp index 7aabb1245..30e0edc25 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1403,7 +1403,7 @@ void SPDesktop::setWaitingCursor() GdkCursor *waiting = gdk_cursor_new(GDK_WATCH); gdk_window_set_cursor(gtk_widget_get_window(GTK_WIDGET(sp_desktop_canvas(this))), waiting); #if GTK_CHECK_VERSION(3,0,0) - g_cursor_unref(waiting); + g_object_unref(waiting); #else gdk_cursor_unref(waiting); #endif -- cgit v1.2.3