diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-27 22:00:12 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-27 22:00:12 +0100 |
commit | 581f7e6b508c43250c4191ad740dd1b31a4ca9af (patch) | |
tree | 97f0510981a39b0947ad4321c45b94011098adbd /portato/gui/session.py | |
parent | b7b78173b6b2d8eb6f7d5260868cf5efdc1d7ca0 (diff) | |
download | portato-581f7e6b508c43250c4191ad740dd1b31a4ca9af.tar.gz portato-581f7e6b508c43250c4191ad740dd1b31a4ca9af.tar.bz2 portato-581f7e6b508c43250c4191ad740dd1b31a4ca9af.zip |
Remove the cluttering section names; rename main session section from 'window' to 'gui'
Diffstat (limited to '')
-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 df4685e..40a84f1 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 = 3 +SESSION_VERSION = 4 class SessionException (Exception): |