Add default_type accessort to Activity class

This commit is contained in:
Dan Williams 2006-10-20 12:30:29 -04:00
parent f7f1455b46
commit fe448938b1

View File

@ -113,6 +113,9 @@ class Activity(gtk.Window):
"""Gets the activity type."""
return self._activity_type
def get_default_type(self):
return self._default_type
def get_shared(self):
"""Returns TRUE if the activity is shared on the mesh."""
return self._shared