Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 557363db4a62f376cb3e020b02743664 > files > 2

gnome-do-0.95.1-4.mga5.src.rpm

--- gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs.orig	2015-02-24 18:39:48.920317560 +0100
+++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs	2015-02-24 18:40:02.636316209 +0100
@@ -94,7 +94,7 @@
 
 			cell = new CellRendererPixbuf ();				
 			cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
-			AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
+			AppendColumn ("Icon", cell, (TreeCellDataFunc) IconDataFunc);
 
 			cell = new Gtk.CellRendererText ();
 			(cell as CellRendererText).WrapWidth = WrapWidth;