correctly update addressbar on link click
This commit is contained in:
parent
d11cd9bda0
commit
b7e18688ec
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ class WebToolbar(Gtk.Toolbar):
|
||||||
|
|
||||||
def location_set_text (self, text):
|
def location_set_text (self, text):
|
||||||
self._entry.set_text(text)
|
self._entry.set_text(text)
|
||||||
|
self._entrytext = text
|
||||||
|
|
||||||
def location_set_progress(self, progress):
|
def location_set_progress(self, progress):
|
||||||
self._entry.set_progress_fraction(progress%1)
|
self._entry.set_progress_fraction(progress%1)
|
||||||
|
|
Loading…
Reference in a new issue