Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-07 09:08:10 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-07 09:08:10 (GMT)
commitd919848324317aa633464313c0f7609a035f096f (patch)
tree618fa580759a657ce53cb05760dd19764833bb3e /shell
parent167dbec0f5b66536e4096cd1d4d335200586feba (diff)
Rework to not use protected API
Diffstat (limited to 'shell')
-rwxr-xr-xshell/sugar4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/sugar b/shell/sugar
index 76db034..73e7bc1 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -61,8 +61,8 @@ if os.path.isfile(os.path.join(basedir, 'sugar/__uninstalled__.py')):
# FIXME delete the whole directory
pass
- setup.install_activities(env.get_activities_dir(), activities_dest,
- os.path.join(basedir, 'shell/sugar-activity-factory'))
+ setup.setup_activities(env.get_activities_dir(), activities_dest,
+ os.path.join(basedir, 'shell/sugar-activity-factory'))
else:
print 'Running the installed sugar...'
from sugar import env