Documenting the bug I'm living with
authorEd Page <eopage@byu.net>
Fri, 28 Jan 2011 03:51:55 +0000 (21:51 -0600)
committerEd Page <eopage@byu.net>
Fri, 28 Jan 2011 03:51:55 +0000 (21:51 -0600)
src/dialogs.py

index f33ba22..4d0649d 100644 (file)
@@ -505,6 +505,7 @@ class ContactList(object):
 class SMSEntryWindow(object):
 
        MAX_CHAR = 160
+       # @bug Somehow a window is being destroyed on object creation which causes glitches on Maemo 5
 
        def __init__(self, parent, app, session, errorLog):
                self._app = app