Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-07 23:42:49 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-07 23:42:49 (GMT)
commitd575c34e1b1b13f292b5e5096ce2635e02e6dd0a (patch)
tree1faebc25895129373620e13e9d964e6667cadae7
parent27c30a2eb94ef02c386765302a389153a86a4909 (diff)
Change homepage to point to our local content
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index 5794183..0455ed1 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -33,7 +33,7 @@ from linksmodel import LinksModel
from linksview import LinksView
from linkscontroller import LinksController
-_HOMEPAGE = 'http://www.google.com'
+_HOMEPAGE = 'file:///home/olpc/Library/index.html'
class WebActivity(Activity):
def __init__(self, browser=None):