Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 8d799bd..28a9264 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -135,6 +135,7 @@ class WebActivity(activity.Activity):
self.tp_conn_name = name
self.tp_conn_path = path
self.conn = telepathy.client.Connection(name, path)
+ self.owner = self.pservice.get_owner()
except TypeError:
_logger.debug('Offline')
self.initiating = None
@@ -142,7 +143,6 @@ class WebActivity(activity.Activity):
if self._shared_activity is not None:
_logger.debug('shared: %s' %self._shared_activity.props.joined)
- self.owner = self.pservice.get_owner()
if self._shared_activity is not None:
# We are joining the activity
self.toolbox.set_current_toolbar(1)