From cd378c73028bc57e98a6a2b0e5cf443871932a7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Stadler?= Date: Tue, 11 Dec 2007 11:28:17 +0200 Subject: [PATCH] Add accelerators to search result navigation actions --- debug-viewer/GstDebugViewer/Plugins/FindBar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-viewer/GstDebugViewer/Plugins/FindBar.py b/debug-viewer/GstDebugViewer/Plugins/FindBar.py index 960bbfd..0505427 100644 --- a/debug-viewer/GstDebugViewer/Plugins/FindBar.py +++ b/debug-viewer/GstDebugViewer/Plugins/FindBar.py @@ -207,10 +207,10 @@ class FindBarFeature (FeatureBase): "F")]) self.action_group.add_actions ([("goto-next-search-result", None, _("Goto Next Match"), - None), # FIXME + "G"), ("goto-previous-search-result", None, _("Goto Previous Match"), - None)]) # FIXME + "G")]) self.bar = None self.operation = None -- 2.7.4