This commit is contained in:
Dan Williams 2007-05-03 15:06:00 -04:00
parent 8421d5c04d
commit 44e8393bde

View File

@ -181,7 +181,7 @@ class Activity(Window, gtk.Container):
def share(self):
"""Request that the activity be shared on the network."""
if self._shared_activty and self._shared_activity.props.joined:
if self._shared_activity and self._shared_activity.props.joined:
raise RuntimeError("Activity %s already shared." % self._activity_id)
logging.debug('Requesting share of activity %s.' % self._activity_id)
self._share_id = self._pservice.connect("activity-shared", self._internal_share_cb)