]> git.pld-linux.org Git - packages/beagle.git/commitdiff
- fixes build with gtk-sharp 2.9.x
authorgrzegol <grzegol@pld-linux.org>
Sat, 12 Aug 2006 19:51:11 +0000 (19:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beagle-gtk-sharp.patch -> 1.1

beagle-gtk-sharp.patch [new file with mode: 0644]

diff --git a/beagle-gtk-sharp.patch b/beagle-gtk-sharp.patch
new file mode 100644 (file)
index 0000000..711001d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aaa/beagle-0.2.7/search/Search.cs beagle-0.2.7/search/Search.cs
+--- aaa/beagle-0.2.7/search/Search.cs  2006-06-19 19:54:27.000000000 +0200
++++ beagle-0.2.7/search/Search.cs      2006-08-12 21:40:20.534907250 +0200
+@@ -218,7 +218,7 @@
+                       }
+                       if (IconEnabled) {
+-                              tray = new TrayIcon ();
++                              tray = new Search.Tray.TrayIcon ();
+                               tray.Clicked += OnTrayActivated;
+                               tray.Search += OnTraySearch;
This page took 0.035061 seconds and 4 git commands to generate.