[epiphany] ephy-node-view: don't use gdk_cursor_unref
- From: Xan Lopez <xan src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [epiphany] ephy-node-view: don't use gdk_cursor_unref
 
- Date: Wed, 22 Dec 2010 14:05:23 +0000 (UTC)
 
commit 1b22ed6dbbcdae8d2b38ccd3cf4f0cb060b7ef95
Author: Xan Lopez <xan gnome org>
Date:   Wed Dec 22 15:03:40 2010 +0100
    ephy-node-view: don't use gdk_cursor_unref
    
    It's deprecated since GdkCursor is a GObject now. The stuff in egg/
    still needs fixing, but we'll just sync from upstream.
 lib/widgets/ephy-node-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c
index 5fc62af..2f54291 100644
--- a/lib/widgets/ephy-node-view.c
+++ b/lib/widgets/ephy-node-view.c
@@ -506,7 +506,7 @@ filter_changed_cb (EphyNodeFilter *filter,
 
 		cursor = gdk_cursor_new (GDK_WATCH);
 		gdk_window_set_cursor (gdk_window, cursor);
-		gdk_cursor_unref (cursor);
+		g_object_unref (cursor);
 
 		gdk_flush ();
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]