summaryrefslogtreecommitdiff
path: root/portato/gui/session.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:02:54 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-25 15:02:54 +0100
commitf1a0524e2616b44c418bd2e77b4ecc00a793120a (patch)
treee40e5fcaa34c250f8fb166f674605d266263be02 /portato/gui/session.py
parent5e87c5be785d3f9c49aa4f9306bad42864858aa0 (diff)
downloadportato-f1a0524e2616b44c418bd2e77b4ecc00a793120a.tar.gz
portato-f1a0524e2616b44c418bd2e77b4ecc00a793120a.tar.bz2
portato-f1a0524e2616b44c418bd2e77b4ecc00a793120a.zip
Added hpaned between category and package
Diffstat (limited to '')
-rw-r--r--portato/gui/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/session.py b/portato/gui/session.py
index e356fbd..1e3d759 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 = 1
+SESSION_VERSION = 2
class SessionException (Exception):