From b31888b2e3eb6845b2dead0d7147c4ae0bf09f69 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 16 Oct 2007 10:50:15 +0000 Subject: Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index af39f06..bca8531 100755 --- a/webactivity.py +++ b/webactivity.py @@ -117,7 +117,7 @@ class WebActivity(activity.Activity): if handle.uri: self._browser.load_uri(handle.uri) - elif not self._jobject.file_path: + elif not self._jobject.file_path: # TODO: we need this hack until we extend the activity API for # opening URIs and default docs. self._load_homepage() -- cgit v0.9.1