File gnome-do-mono-3.8.patch of Package gnome-do
Index: gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
===================================================================
--- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs
+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
@@ -94,7 +94,7 @@ namespace Do.UI
cell = new CellRendererPixbuf ();
cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
- AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
+ AppendColumn ("Icon", cell, new TreeCellDataFunc (IconDataFunc));
cell = new Gtk.CellRendererText ();
(cell as CellRendererText).WrapWidth = WrapWidth;