summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-build.patch b/fix-build.patch
new file mode 100644
index 000000000000..2037748c5352
--- /dev/null
+++ b/fix-build.patch
@@ -0,0 +1,12 @@
+diff -Naur gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs
+--- gnome-do-0.95.1.orig/Do/src/Do.UI/PluginNodeView.cs 2014-10-06 02:04:38.165823000 +0200
++++ gnome-do-0.95.1/Do/src/Do.UI/PluginNodeView.cs 2014-10-06 02:04:59.252989251 +0200
+@@ -94,7 +94,7 @@
+
+ cell = new CellRendererPixbuf ();
+ cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
+- AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
++ AppendColumn ("Icon", cell, IconDataFunc);
+
+ cell = new Gtk.CellRendererText ();
+ (cell as CellRendererText).WrapWidth = WrapWidth;