Set _shared_activity correctly when we share an activity successfully
This commit is contained in:
parent
5fc1cdefeb
commit
00e8348c73
@ -176,7 +176,7 @@ class Activity(Window, gtk.Container):
|
|||||||
logging.debug('Share of activity %s failed: %s.' % (self._activity_id, err))
|
logging.debug('Share of activity %s failed: %s.' % (self._activity_id, err))
|
||||||
return
|
return
|
||||||
logging.debug('Share of activity %s successful.' % self._activity_id)
|
logging.debug('Share of activity %s successful.' % self._activity_id)
|
||||||
self.shared_activity = activity
|
self._shared_activity = activity
|
||||||
self.emit('shared')
|
self.emit('shared')
|
||||||
|
|
||||||
def share(self):
|
def share(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user