diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 15:36:24 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-25 15:36:24 +0100 |
commit | 08d77f06f8b90ebef81255f1fcedf6ff8953aa98 (patch) | |
tree | ba9166fccc2a01139cf73023a899444df245d5d2 /portato/gui/session.py | |
parent | 9af6e349169e5df5e130701a6e09ec6411712673 (diff) | |
download | portato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.tar.gz portato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.tar.bz2 portato-08d77f06f8b90ebef81255f1fcedf6ff8953aa98.zip |
Converted back to HB instead of HPaned
Diffstat (limited to 'portato/gui/session.py')
-rw-r--r-- | portato/gui/session.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/session.py b/portato/gui/session.py index 1e3d759..e356fbd 100644 --- a/portato/gui/session.py +++ b/portato/gui/session.py @@ -14,7 +14,7 @@ from ..helper import _, debug # the current version for saved sessions # change this, whenever the change is incompatible with previous versions -SESSION_VERSION = 2 +SESSION_VERSION = 1 class SessionException (Exception): |