summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdWidgets.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 13:41:44 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 13:41:44 +0000
commit3461e59eeb1f93a96391fe5bb884bdd3ec781fae (patch)
tree2dc0af1092b4b8c781a98f2b1719dc8cc8ae1140 /tools/mmd/MmdWidgets.py
parent- fixed double braces in javascript code (diff)
- switched rcol and lcol
git-svn-id: https://svn.spreadspace.org/mur.sat@157 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdWidgets.py')
-rw-r--r--tools/mmd/MmdWidgets.py2
1 files changed, 1 insertions, 1 deletions
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: