Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-06-18 15:03:55 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-06-18 15:06:10 (GMT)
commitb31472db7f9cf6f09c2faa67f0084e121851519b (patch)
treeafb455fa2051b2831dbdd890ead969d732abaef3
parent27ef2bc20277590551efad191a5928ae848aa0e3 (diff)
Fix error saving at exit - SL #4524
The error only happen if is a new instance and the xo is in ebook mode, because the widget used is a entry instead of a combo. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 0a41e73..a158df9 100644
--- a/activity.py
+++ b/activity.py
@@ -93,7 +93,7 @@ class SpeakActivity(SharedActivity):
# make an audio device for playing back and rendering audio
self.connect("notify::active", self._activeCb)
-
+ self.cfg = {}
# make a box to type into
hbox = gtk.HBox()