summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-10-03 03:53:24 +0000
committerChris White <chriswhite@gentoo.org>2005-10-03 03:53:24 +0000
commit880e59d959892670b9f74751e58031cee8960794 (patch)
tree064ec6c36653ac91062ef6fad35696cea1007fb1 /app-misc/gnutu/files/gnutu-2.0-event.patch
parentAdd ugly hack so that this package makes it into the cache. See bug 107467 (diff)
downloadgentoo-2-880e59d959892670b9f74751e58031cee8960794.tar.gz
gentoo-2-880e59d959892670b9f74751e58031cee8960794.tar.bz2
gentoo-2-880e59d959892670b9f74751e58031cee8960794.zip
Initial import into the tree. This fixes bug #104521. Ebuild submitted by Craig Duquette. Original ebuild posted by forums user GaMMa.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-misc/gnutu/files/gnutu-2.0-event.patch')
-rw-r--r--app-misc/gnutu/files/gnutu-2.0-event.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/gnutu/files/gnutu-2.0-event.patch b/app-misc/gnutu/files/gnutu-2.0-event.patch
new file mode 100644
index 000000000000..72203cfd9891
--- /dev/null
+++ b/app-misc/gnutu/files/gnutu-2.0-event.patch
@@ -0,0 +1,11 @@
+--- src/Widgets/DateEdit.cs.old 2005-09-08 04:52:07.195144232 +0900
++++ src/Widgets/DateEdit.cs 2005-09-08 04:53:34.173921448 +0900
+@@ -74,7 +74,7 @@
+ }
+
+
+- private void on_CalendarWindow_focus_out (object obj, EventArgs args)
++ private void on_CalendarWindow_focus_out (object obj, Gtk.FocusOutEventArgs args)
+ {
+ CalendarWindow.Hide ();
+ SelectBtn.Active = false;