diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-07 19:21:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-11 10:07:58 +0200 |
commit | d8a4fbb213fe5b2ea08ea5a7039c9bbca74f4657 (patch) | |
tree | e7fca8a87d6801621f77096514495c38f94ff59d /app-misc/gnutu | |
parent | app-misc/glcdprocdriver: remove unused patches (diff) | |
download | gentoo-d8a4fbb213fe5b2ea08ea5a7039c9bbca74f4657.tar.gz gentoo-d8a4fbb213fe5b2ea08ea5a7039c9bbca74f4657.tar.bz2 gentoo-d8a4fbb213fe5b2ea08ea5a7039c9bbca74f4657.zip |
app-misc/gnutu: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/gnutu')
-rw-r--r-- | app-misc/gnutu/files/gnutu-2.0-event.patch | 11 |
1 files changed, 0 insertions, 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 72203cfd9891..000000000000 --- 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; |