Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-03-02 17:26:14 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-03-03 16:10:26 (GMT)
commitca02d59e116200cf689bf24ff61f025973d394ec (patch)
treee114fb06ba9a42fbadfdaf8b9a92f7d9d0b47f0b
parent1d2703918028a06c3b42d042fcdb579c96b95847 (diff)
Open content bundles on a external device #1748HEADmaster
Remove the path parameter as it is not used anyhow. The patch for the sugar module does make sure the method is called correctly. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-By: Simon Schampijer <simon@laptop.org> Reviewed-By: Sascha Silbe<silbe@activitycentral.com>
-rw-r--r--src/sugar/bundle/contentbundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/bundle/contentbundle.py b/src/sugar/bundle/contentbundle.py
index 7e6be37..e4f6eb1 100644
--- a/src/sugar/bundle/contentbundle.py
+++ b/src/sugar/bundle/contentbundle.py
@@ -224,7 +224,7 @@ class ContentBundle(Bundle):
else:
return False
- def install(self, install_path):
+ def install(self):
# TODO ignore passed install_path argument
# needs rethinking while fixing ContentBundle support
install_path = env.get_user_library_path()