Set _shared_activity correctly when we share an activity successfully

This commit is contained in:
Simon McVittie 2007-05-09 16:32:16 +01:00
parent 5fc1cdefeb
commit 00e8348c73

View File

@ -176,7 +176,7 @@ class Activity(Window, gtk.Container):
logging.debug('Share of activity %s failed: %s.' % (self._activity_id, err))
return
logging.debug('Share of activity %s successful.' % self._activity_id)
self.shared_activity = activity
self._shared_activity = activity
self.emit('shared')
def share(self):