From 2b73827fa60fd682065e735302753efabdc022fd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 22 Feb 2007 15:03:22 +0000 Subject: Get rid of the load-uri command, you can now use handle for this. --- (limited to 'webactivity.py') diff --git a/webactivity.py b/webactivity.py index be738c9..04fe96b 100755 --- a/webactivity.py +++ b/webactivity.py @@ -104,10 +104,6 @@ class WebActivity(activity.Activity): if url: self._service.set_published_value('URL', url) - def execute(self, command, args): - if command == "load-uri": - self._browser.load_url(args[0]) - def _title_changed_cb(self, embed, pspec): self.set_title(embed.props.title) -- cgit v0.9.1