From 3461e59eeb1f93a96391fe5bb884bdd3ec781fae Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Wed, 24 Aug 2011 13:41:44 +0000 Subject: - switched rcol and lcol git-svn-id: https://svn.spreadspace.org/mur.sat@157 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mmd/MmdWidgets.py') diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py index 4cdedef..f4def74 100644 --- a/tools/mmd/MmdWidgets.py +++ b/tools/mmd/MmdWidgets.py @@ -394,7 +394,7 @@ def statusWidget (session): return html -def indexWidget (lcol, rcol, status, debug_info = False): +def indexWidget (rcol, lcol, status, debug_info = False): if debug_info: user_location = debug_info.user.getDefaultLocation () if not user_location: -- cgit v1.2.3