Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar/activity/Activity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sugar/activity/Activity.py b/sugar/activity/Activity.py
index 243617a..1614330 100644
--- a/sugar/activity/Activity.py
+++ b/sugar/activity/Activity.py
@@ -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