From d575c34e1b1b13f292b5e5096ce2635e02e6dd0a Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 07 Feb 2007 23:42:49 +0000 Subject: Change homepage to point to our local content --- 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): -- cgit v0.9.1