Add 'pass' to empty functions otherwise browser.py don't work.
This commit is contained in:
parent
121179e344
commit
2a088fef08
@ -150,6 +150,7 @@ class NavigationToolbar(gtk.Toolbar):
|
|||||||
self.embed.reload()
|
self.embed.reload()
|
||||||
|
|
||||||
def __share_cb(self, button):
|
def __share_cb(self, button):
|
||||||
|
pass
|
||||||
|
|
||||||
def __location_changed(self, embed):
|
def __location_changed(self, embed):
|
||||||
self._update_sensitivity()
|
self._update_sensitivity()
|
||||||
|
Loading…
Reference in New Issue
Block a user