From: Matthijs Kooijman Date: Mon, 17 Aug 2009 20:14:40 +0000 (+0200) Subject: Fix the project detail menu, by passing the default actions config. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=commitdiff_plain;h=8f2ff7836d097e10c76c5bb16c30e066369f8ca8 Fix the project detail menu, by passing the default actions config. --- diff --git a/src/gui/project_details/project_view.py b/src/gui/project_details/project_view.py index bb3fff0..f1bc81a 100644 --- a/src/gui/project_details/project_view.py +++ b/src/gui/project_details/project_view.py @@ -21,7 +21,7 @@ import key_codes from gui import * -ACTION_LIST_KEYS_AND_MENU = Configuration(os.path.join(gtd_directory,"actions.cfg")) +ACTION_LIST_KEYS_AND_MENU = Configuration(os.path.join(gtd_directory,"actions.cfg"), default_actions_menu) def ask_for_action(project_name,proposition=None):