[arch-commits] CVS update of extra/gnome/beagle (mono_1.2.6_compile.patch)
daniel at archlinux.org
daniel at archlinux.org
Thu Jan 3 18:47:41 UTC 2008
Date: Thursday, January 3, 2008 @ 13:47:41
Author: daniel
Path: /home/cvs-extra/extra/gnome/beagle
Removed: mono_1.2.6_compile.patch (1.1)
not needed anymore, bugfix was go upstream
--------------------------+
mono_1.2.6_compile.patch | 19 -------------------
1 file changed, 19 deletions(-)
Index: extra/gnome/beagle/mono_1.2.6_compile.patch
diff -u extra/gnome/beagle/mono_1.2.6_compile.patch:1.1 extra/gnome/beagle/mono_1.2.6_compile.patch:removed
--- extra/gnome/beagle/mono_1.2.6_compile.patch:1.1 Sun Dec 16 14:45:05 2007
+++ extra/gnome/beagle/mono_1.2.6_compile.patch Thu Jan 3 13:47:41 2008
@@ -1,19 +0,0 @@
---- tools/Settings.cs 2007-11-27 02:49:57.000000000 +0100
-+++ tools/Settings.cs_new 2007-12-16 18:59:15.000000000 +0100
-@@ -887,14 +887,14 @@
- column.Title = Catalog.GetString ("Name");
- CellRendererText renderer = new CellRendererText ();
- column.PackStart (renderer, true);
-- column.SetCellDataFunc (renderer, NameCellFunc);
-+ column.SetCellDataFunc (renderer, new TreeCellDataFunc (NameCellFunc));
- AppendColumn (column);
-
- column = new TreeViewColumn ();
- column.Title = Catalog.GetString ("Address");
- renderer = new CellRendererText ();
- column.PackStart (renderer, true);
-- column.SetCellDataFunc (renderer, AddressCellFunc);
-+ column.SetCellDataFunc (renderer, new TreeCellDataFunc (AddressCellFunc));
- AppendColumn (column);
-
- }
More information about the arch-commits
mailing list