WebBrowser/StatusBar/StatusBarIcon.py

changeset 4964
a894e8c92369
parent 4962
b602ac3fe532
child 5389
9b1c800daff3
diff -r e5e31c75ce00 -r a894e8c92369 WebBrowser/StatusBar/StatusBarIcon.py
--- 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

eric ide

mercurial