From 95fa23ddf05d900f95a9c7d669c0fed9d5da1356 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 12 Oct 2007 21:09:36 +0000 Subject: Drop old popup handling code, we just want to open in the current window now. --- (limited to 'webactivity.py') 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') -- cgit v0.9.1