--- a/WebBrowser/StatusBar/StatusBarIcon.py Mon May 02 20:14:37 2016 +0200 +++ b/WebBrowser/StatusBar/StatusBarIcon.py Tue May 03 19:42:26 2016 +0200 @@ -83,3 +83,10 @@ return None return view.page() + + def preferencesChanged(self): + """ + Public method to handle changes of the settings. + """ + # do nothing + pass