From e108bf59d46cd7a667154bc8656f644cc82160e2 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 3 Jul 2011 16:23:03 +0200 Subject: [PATCH] gtk: Re-enable NodeView.CreateRowDragIcon method --- gtk/NodeView.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/NodeView.cs b/gtk/NodeView.cs index cff52de07..1127a890b 100644 --- a/gtk/NodeView.cs +++ b/gtk/NodeView.cs @@ -74,11 +74,9 @@ namespace Gtk { return CollapseRow (store.GetPath (node)); } -#if FIXME30 - public Gdk.Pixmap CreateRowDragIcon (ITreeNode node) { + public Cairo.Surface CreateRowDragIcon (ITreeNode node) { return CreateRowDragIcon (store.GetPath (node)); } -#endif public Gdk.Rectangle GetBackgroundArea (ITreeNode node, Gtk.TreeViewColumn column) { return GetBackgroundArea (store.GetPath (node), column);