commit: d8a4fbb213fe5b2ea08ea5a7039c9bbca74f4657
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail
<DOT> com>
AuthorDate: Thu Jul 7 17:21:42 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:07:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a4fbb2
app-misc/gnutu: remove unused patch
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-misc/gnutu/files/gnutu-2.0-event.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/app-misc/gnutu/files/gnutu-2.0-event.patch
b/app-misc/gnutu/files/gnutu-2.0-event.patch
deleted file mode 100644
index 72203cf..0000000
--- a/app-misc/gnutu/files/gnutu-2.0-event.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;