diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-06-29 13:21:12 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-06-29 13:21:12 +0000 |
commit | fc9233ac7dbef3eae9edba0c7396cc0ca2138612 (patch) | |
tree | cc7a9d09740dcce58e6665ece0e91a62b4956717 /app-misc/beagle/files | |
parent | Build-only fixes to avoid makefile patching, acinclude patching, and sundry o... (diff) | |
download | historical-fc9233ac7dbef3eae9edba0c7396cc0ca2138612.tar.gz historical-fc9233ac7dbef3eae9edba0c7396cc0ca2138612.tar.bz2 historical-fc9233ac7dbef3eae9edba0c7396cc0ca2138612.zip |
Add patch for bug #229389
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/beagle/files')
-rw-r--r-- | app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch b/app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch new file mode 100644 index 000000000000..d38532538bbd --- /dev/null +++ b/app-misc/beagle/files/beagle-0.2.18-mono-1.9.1.patch @@ -0,0 +1,12 @@ +diff -ru beagle-0.2.18~/search/UIManager.cs beagle-0.2.18/search/UIManager.cs +--- beagle-0.2.18~/search/UIManager.cs 2008-06-29 15:14:28.000000000 +0200 ++++ beagle-0.2.18/search/UIManager.cs 2008-06-29 15:15:00.000000000 +0200 +@@ -394,7 +394,7 @@ + if (ScopeChanged == null) + return; + +- ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Action) obj).Name); ++ ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Gtk.Action) obj).Name); + + ScopeChanged (scope, ((ToggleAction) obj).Active); + } |