Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-03-25 08:48:00 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-03-25 08:48:00 (GMT)
commit6d20e9e2f90884f230aa02d3baaee692cafd4994 (patch)
tree5ca1fb8d194f22626c66f67e3c1fecbf53c91b1c
parent0038714689abd10383d90bc434e8dad3aa5ce0c3 (diff)
Make sugarlabs.org the default page
If no library exist (olpc)
-rw-r--r--webactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 6e93f90..215a014 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -355,7 +355,7 @@ class WebActivity(activity.Activity):
if os.path.isfile(_LIBRARY_PATH):
self._browser.load_uri('file://' + _LIBRARY_PATH)
else:
- self._browser.load_uri('about:blank')
+ self._browser.load_uri('http://sugarlabs.org')
def _session_history_changed_cb(self, session_history, link):
_logger.debug('NewPage: %s.' %link)