diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 23:47:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 23:47:34 -0300 |
commit | 730ac1fa5bef1ab3ecf8469a5b5913f0274dce8f (patch) | |
tree | 3f03f5d3af88a585d78e1c7aaa9cc775ddc493b7 /libre/mcomix-libre/zoom.patch | |
parent | ac32971510e741448296a2f7acfc59709d92fad9 (diff) |
mcomix: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/mcomix-libre/zoom.patch')
-rw-r--r-- | libre/mcomix-libre/zoom.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libre/mcomix-libre/zoom.patch b/libre/mcomix-libre/zoom.patch deleted file mode 100644 index 26dc3ba6f..000000000 --- a/libre/mcomix-libre/zoom.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/mcomix-1.00/mcomix/event.py b/mcomix-1.00-mod/mcomix/event.py -index bc8cf79..bf80ec2 100644 ---- a/mcomix/event.py -+++ b/mcomix/event.py -@@ -117,8 +117,11 @@ class EventHandler: - - # Zooming commands for manual zoom mode - manager.register('zoom in', -- ['equal'], -+ ['plus', 'KP_Add', 'equal'], - self._window.actiongroup.get_action('zoom_in').activate) -+ manager.register('zoom out', -+ ['minus', 'KP_Subtract'], -+ self._window.actiongroup.get_action('zoom_out').activate) - # Zoom out is already defined as GTK menu hotkey - manager.register('zoom original', - ['KP_0'], |