From dd31fec6f73a5aa77ae31fd055d8d752dfee3182 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 3 Feb 2015 20:58:05 -0200 Subject: update mcomix --- libre/mcomix/zoom.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libre/mcomix/zoom.patch (limited to 'libre/mcomix/zoom.patch') diff --git a/libre/mcomix/zoom.patch b/libre/mcomix/zoom.patch deleted file mode 100644 index 26dc3ba6f..000000000 --- a/libre/mcomix/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'], -- cgit v1.2.3-54-g00ecf