Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-24 09:14:52 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-07-24 09:55:46 (GMT)
commitb886121c100d314b7c098d92e10c5a7068fd1070 (patch)
treed03a4b62ce1307b4c25ee16f4c7bc4d3150f79cd /shell/view/Shell.py
parenteeb1f2e66f7d9864f991487857b70ece879c4ae9 (diff)
Typo.
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 777c10c..697dc1c 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -209,8 +209,8 @@ class Shell(gobject.GObject):
jobject.file_path = file_path
datastore.write(jobject)
finally:
- datastore.destroy()
- del datastore
+ jobject.destroy()
+ del jobject
finally:
os.remove(file_path)