Move activity service registration in Activity

This commit is contained in:
Marco Pesenti Gritti
2006-08-07 16:42:36 +02:00
parent 9274f9707f
commit 544e47cbe0
2 changed files with 3 additions and 17 deletions
+1 -5
View File
@@ -209,10 +209,6 @@ class Activity(gtk.Window):
def get_id(self):
return self._activity_id
#############################################################
# Pure Virtual methods that subclasses may/may not implement
#############################################################
def share(self):
"""Called to request the activity to share itself on the network."""
pass
self._service = self._pservice.share_activity(self, self._default_type)