Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-30 19:03:34 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-30 19:03:34 (GMT)
commitf596936af96fd898bdfe1398415eaa2f9b562724 (patch)
tree550d2197bfcf5c44bf12cc99ff4d283dc8a9e7f4 /webtoolbar.py
parentc4c9787cd323ed6954b20db4ccc009da32d78ddc (diff)
Fixup for previous fixup, c4c9787cd323ed6954b20db4ccc009da32d78ddc
Now hopefully, it really fixes __loading_changed_cb method. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
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)