summaryrefslogtreecommitdiff
path: root/extra/rxvt-unicode
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-28 05:45:55 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-28 05:45:55 +0000
commit4d22176132f4a830ab0cc510dabbc9f8c1c362ea (patch)
tree9f97e7a21013e7ed7de7edb5426650be3a7b73e3 /extra/rxvt-unicode
parent33feb015eb09eee76827f359e685fce981d88111 (diff)
Sat May 28 05:45:54 UTC 2011
Diffstat (limited to 'extra/rxvt-unicode')
-rw-r--r--extra/rxvt-unicode/popup-menu-hang.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/extra/rxvt-unicode/popup-menu-hang.diff b/extra/rxvt-unicode/popup-menu-hang.diff
deleted file mode 100644
index 09bb3c64b..000000000
--- a/extra/rxvt-unicode/popup-menu-hang.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: src/perl/urxvt-popup
-===================================================================
-RCS file: /schmorpforge/rxvt-unicode/src/perl/urxvt-popup,v
-retrieving revision 1.15
-diff -u -r1.15 urxvt-popup
---- src/perl/urxvt-popup 24 Dec 2007 08:21:40 -0000 1.15
-+++ src/perl/urxvt-popup 2 Aug 2009 08:22:52 -0000
-@@ -120,7 +120,7 @@
- $self->refresh;
-
- # might fail, but try anyways
-- $self->grab ($self->{data}{event}{time}, 1)
-+ $self->grab ($self->{data}{event}{time})
- and $self->allow_events_async;
-
- on_button_press $self, $self->{data}{event} if $self->{data}{event}{button};
-@@ -132,7 +132,7 @@
- my ($self, $event) = @_;
-
- # should definitely not fail
-- $self->grab ($self->{data}{event}{time}, 1)
-+ $self->grab ($self->{data}{event}{time})
- and $self->allow_events_async;
- }