From 768c0999715de3bc096d1dd7ce5810d7107e90a1 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sat, 31 Dec 2011 17:36:58 +0000 Subject: [PATCH] Indentation --- openlp/core/utils/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/utils/actions.py b/openlp/core/utils/actions.py index a66d7a270..d363f1426 100644 --- a/openlp/core/utils/actions.py +++ b/openlp/core/utils/actions.py @@ -358,7 +358,7 @@ class ActionList(object): if action is existing_action: continue if existing_action.parent() is action.parent(): - return False + return False if existing_action.shortcutContext() in [QtCore.Qt.WindowShortcut, QtCore.Qt.ApplicationShortcut]: return False