diff options
Diffstat (limited to 'scudcloud-1.0/lib/wrapper.py')
-rw-r--r-- | scudcloud-1.0/lib/wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scudcloud-1.0/lib/wrapper.py b/scudcloud-1.0/lib/wrapper.py index 13be430..1a62fad 100644 --- a/scudcloud-1.0/lib/wrapper.py +++ b/scudcloud-1.0/lib/wrapper.py @@ -142,7 +142,7 @@ class Wrapper(QWebView): self.window.show() @QtCore.pyqtSlot(int, int) - def setBadgeCount(self, highlight, unread): + def count(self, highlight, unread): self.highlights = highlight self.window.count() |