Improving wording on new messages
[gc-dialer] / src / session.py
index b1a2fc3..dbdc3e4 100644 (file)
@@ -198,6 +198,7 @@ class Draft(QtCore.QObject):
 class Session(QtCore.QObject):
 
        # @todo Somehow add support for csv contacts
+       # @BUG When loading without caches, downloads messages twice
 
        stateChange = qt_compat.Signal(str)
        loggedOut = qt_compat.Signal()
@@ -231,7 +232,7 @@ class Session(QtCore.QObject):
        _LOGGEDOUT_TIME = -1
        _LOGGINGIN_TIME = 0
 
-       def __init__(self, errorLog, cachePath = None):
+       def __init__(self, errorLog, cachePath):
                QtCore.QObject.__init__(self)
                self._errorLog = errorLog
                self._pool = qore_utils.FutureThread()