Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/beagle/files: beagle-0.2.18-mono-1.9.1.patch
Date: Sun, 29 Jun 2008 13:21:18
Message-Id: E1KCwq9-0008PO-0k@stork.gentoo.org
1 cedk 08/06/29 13:21:13
2
3 Added: beagle-0.2.18-mono-1.9.1.patch
4 Log:
5 Add patch for bug #229389
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch?rev=1.1&content-type=text/plain
13
14 Index: beagle-0.2.18-mono-1.9.1.patch
15 ===================================================================
16 diff -ru beagle-0.2.18~/search/UIManager.cs beagle-0.2.18/search/UIManager.cs
17 --- beagle-0.2.18~/search/UIManager.cs 2008-06-29 15:14:28.000000000 +0200
18 +++ beagle-0.2.18/search/UIManager.cs 2008-06-29 15:15:00.000000000 +0200
19 @@ -394,7 +394,7 @@
20 if (ScopeChanged == null)
21 return;
22
23 - ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Action) obj).Name);
24 + ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Gtk.Action) obj).Name);
25
26 ScopeChanged (scope, ((ToggleAction) obj).Active);
27 }
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list