[Sugar-devel] [PATCH Browse] Show the correct window title SL #3581
Manuel Kaufmann
humitos at gmail.com
Thu May 31 21:22:08 EDT 2012
Set the title every time that the page title changes.
Signed-off-by: Manuel Kaufmann <humitos at gmail.com>
---
webtoolbar.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/webtoolbar.py b/webtoolbar.py
index 99c5fd6..3611d4c 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -425,6 +425,7 @@ class PrimaryToolbar(ToolbarBase):
def _title_changed_cb(self, widget, param):
self._set_title(widget.get_title())
+ self._activity.set_title(widget.get_title())
def __uri_changed_cb(self, widget, param):
self._set_address(widget.get_uri())
--
1.7.10
More information about the Sugar-devel
mailing list