diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 03:14:38 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:05 -0500 |
commit | 8f1f7439033e85ebf480c1c62e8e4647cba80b97 (patch) | |
tree | c5550e16f4a45329ce6d3523ef29fcdfc32f27ea /gtk/gtklinkbutton.c | |
parent | a9637f05b672666c6331cf4ca5d6f64734647b78 (diff) | |
download | gtk+-8f1f7439033e85ebf480c1c62e8e4647cba80b97.tar.gz |
gtk: Use g_object_unref instead of gdk_cursor_unref
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r-- | gtk/gtklinkbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index 9a6b6fa1f2..7e5759671d 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -390,7 +390,7 @@ set_hand_cursor (GtkWidget *widget, gdk_display_flush (display); if (cursor) - gdk_cursor_unref (cursor); + g_object_unref (cursor); } static void |