diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-28 16:05:16 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-01-28 16:05:16 +0100 |
commit | 5339ea7a621fc2a406198961613a1e9778ca1339 (patch) | |
tree | 91ef16854ae478a01d7f2a7c7d581bfd962dcc1a /portato/gui/windows/main.py | |
parent | 816fbaf42407fbbb8466c0d08d64fc11f605e5b6 (diff) | |
parent | 1f25c87bad1ffcbe7708a3126c9465fba6644fe5 (diff) | |
download | portato-5339ea7a621fc2a406198961613a1e9778ca1339.tar.gz portato-5339ea7a621fc2a406198961613a1e9778ca1339.tar.bz2 portato-5339ea7a621fc2a406198961613a1e9778ca1339.zip |
Merged in new session stuff
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index b8d3c17..e51897f 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1827,8 +1827,8 @@ class MainWindow (Window): self.__save_queue = (ret == gtk.RESPONSE_YES) self.queue.kill_emerge() - # write session - self.session.save() + # write sessions + Session.close() return False |