summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
authorBalló György2019-03-30 01:04:18 +0100
committerBalló György2019-03-30 01:04:18 +0100
commit52bc022d98c996ef7a3aa2037b2011ee01d02c1b (patch)
treecbcfdad38fb23f9afc771d29597c4c9350b4ff2a /fix-build.patch
downloadaur-gnome-do.tar.gz
Removed from [community] due to deprecated gconf dependency
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;