From d10bb38e8017e072a3fc7861345ade1565b18b5b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 27 Jan 2011 21:51:55 -0600 Subject: [PATCH] Documenting the bug I'm living with --- src/dialogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs.py b/src/dialogs.py index f33ba22..4d0649d 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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 -- 1.7.9.5