gdk_cursor_unref -> g_object_unref
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 Jun 2015 07:08:22 +0000 (09:08 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 25 Jun 2015 07:08:22 +0000 (09:08 +0200)
src/ui/gui/pspp-sheet-view-column.c

index 06b4a202872792c8514fe2eae81b305687951879..f105d189c3d6c52ff55cf86789983a1bfaf50ffd 100644 (file)
@@ -1616,7 +1616,7 @@ _pspp_sheet_view_column_realize_button (PsppSheetViewColumn *column)
 
   pspp_sheet_view_column_update_button (column);
 
-  gdk_cursor_unref (attr.cursor);
+  g_object_unref (attr.cursor);
 }
 
 void