Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
diff options
context:
space:
mode:
authorVincent Vinet <vince.vinet@gmail.com>2009-03-19 03:47:04 (GMT)
committer Vincent Vinet <vince.vinet@gmail.com>2009-03-19 18:23:13 (GMT)
commit72e28a934bc26b5f9c9b8ac6d917aad5eb76b51d (patch)
tree121f8ec9b365f82f367e920113b6fb85f2157fe5 /src/sugar/activity
parentcd4b5c8d01e68f170c783b638ad24992dbba8aea (diff)
Add the Widget Identifier and corresponding Action
Make Writus use it Fix a dupe in the ActivityToolbar Use the ObjectStore in tutorial.attach() Do a rebase onto master and hope it works
Diffstat (limited to 'src/sugar/activity')
-rw-r--r--src/sugar/activity/activity.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sugar/activity/activity.py b/src/sugar/activity/activity.py
index 0ad1d91..21e38f6 100644
--- a/src/sugar/activity/activity.py
+++ b/src/sugar/activity/activity.py
@@ -182,18 +182,6 @@ class ActivityToolbar(gtk.Toolbar):
self._updating_share = False
- def __tutorial_changed_cb(self, combo):
- if self._current_tutorial:
- self._current_tutorial.detach()
-
- model = self.tutorials.combo.get_model()
- it = self.tutorials.combo.get_active_iter()
- (key, ) = model.get(it, 0)
- t = self._activity.get_tutorials.get(key,None)
- if t:
- self._current_tutorial = t
- self._current_tutorial.attach(self._activity)
-
def __share_changed_cb(self, combo):
if self._updating_share:
return