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-10-12 21:09:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-12 21:09:36 (GMT)
commit95fa23ddf05d900f95a9c7d669c0fed9d5da1356 (patch)
treec2d8c0b00d48405e9371f83ec775357d074a5d48 /webactivity.py
parentf0835c00502623a12c6a1144d4dac1ebb9e59e8c (diff)
Drop old popup handling code, we just want to open
in the current window now.
Diffstat (limited to 'webactivity.py')
-rwxr-xr-xwebactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webactivity.py b/webactivity.py
index a5ad8e1..629f714 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -62,7 +62,7 @@ _TOOLBAR_BROWSE = 1
_logger = logging.getLogger('web-activity')
class WebActivity(activity.Activity):
- def __init__(self, handle, browser=None):
+ def __init__(self, handle):
activity.Activity.__init__(self, handle)
_logger.debug('Starting the web activity')