Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index df1216d..104f406 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -341,7 +341,7 @@ class PrimaryToolbar(ToolbarBase):
# We have to wait until the history info is updated.
GObject.idle_add(self._reload_session_history, current_page_index)
- def __loading_changed_cb(self, progress_listener, pspec):
+ def __loading_changed_cb(self, widget, param):
status = widget.get_load_status()
if status <= WebKit.LoadStatus.COMMITTED:
self._set_title(None)