Add default_type accessort to Activity class
This commit is contained in:
parent
f7f1455b46
commit
fe448938b1
@ -113,6 +113,9 @@ class Activity(gtk.Window):
|
|||||||
"""Gets the activity type."""
|
"""Gets the activity type."""
|
||||||
return self._activity_type
|
return self._activity_type
|
||||||
|
|
||||||
|
def get_default_type(self):
|
||||||
|
return self._default_type
|
||||||
|
|
||||||
def get_shared(self):
|
def get_shared(self):
|
||||||
"""Returns TRUE if the activity is shared on the mesh."""
|
"""Returns TRUE if the activity is shared on the mesh."""
|
||||||
return self._shared
|
return self._shared
|
||||||
|
Loading…
Reference in New Issue
Block a user