diff --git a/debug-viewer/GstDebugViewer/Plugins/FindBar.py b/debug-viewer/GstDebugViewer/Plugins/FindBar.py index 960bbfd05f..050542789c 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