Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-22 15:03:22 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-22 15:03:22 (GMT)
commit2b73827fa60fd682065e735302753efabdc022fd (patch)
treebb211e94c2cbe3e3a81ad5e3cc843737625fb860 /webactivity.py
parentee7579496220410a15f254ff41fc39982e3f92c6 (diff)
Get rid of the load-uri command, you can now use handle for this.
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py4
1 files changed, 0 insertions, 4 deletions
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)