Merge gv_support changes r243:251 into the trunk
[gc-dialer] / src / null_views.py
index 2236906..984c5f7 100644 (file)
@@ -52,6 +52,14 @@ class AccountInfo(object):
                self._clearCookiesButton.set_sensitive(True)
                self._callbackCombo.set_sensitive(True)
 
+       @staticmethod
+       def update():
+               pass
+
+       @staticmethod
+       def clear():
+               pass
+
 
 class RecentCallsView(object):
 
@@ -67,6 +75,10 @@ class RecentCallsView(object):
        def update(self):
                pass
 
+       @staticmethod
+       def clear():
+               pass
+
 
 class ContactsView(object):
 
@@ -81,3 +93,7 @@ class ContactsView(object):
 
        def update(self):
                pass
+
+       @staticmethod
+       def clear():
+               pass