Documenting a bug caused by changing the location of when certain signals are emitted
authorEd Page <eopage@byu.net>
Thu, 14 Apr 2011 02:05:20 +0000 (21:05 -0500)
committerEd Page <eopage@byu.net>
Thu, 14 Apr 2011 02:05:20 +0000 (21:05 -0500)
src/session.py

index 2144ebd..f0fb9cf 100644 (file)
@@ -193,6 +193,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 = QtCore.pyqtSignal(str)
        loggedOut = QtCore.pyqtSignal()