Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activity.py1
-rw-r--r--activity/activity.info2
2 files changed, 2 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index d80bb39..c961c08 100644
--- a/activity.py
+++ b/activity.py
@@ -459,6 +459,7 @@ class SpeakActivity(SharedActivity):
return
is_first_session = not self.chat.me.flags() & gtk.MAPPED
+ is_first_session = is_first_session & (len(self.chat._buddies.keys()) == 0)
self._mode = MODE_CHAT
self.face.shut_up()
diff --git a/activity/activity.info b/activity/activity.info
index ed919b8..c6e3c11 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -11,7 +11,7 @@ description = Speak is a talking face for the XO laptop. Anything you type will
homepage = http://wiki.sugarlabs.org/go/Activities/Speak
license = GPLv3+
-version = 44.3
+version = 44.4
stability = stable
icon = activity-speak