Mercurial > libervia-backend
diff frontends/primitivus/profile_manager.py @ 128:2240f34f6452
Primitivus: misc fixes + menubar first draft
- Menu bar: first draft of class
- Password widget fixed
- change some str to unicode, notably for JID
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 13 Jul 2010 02:24:59 +0800 |
parents | ded2431cea5a |
children | ec6611445a5b |
line wrap: on
line diff
--- a/frontends/primitivus/profile_manager.py Mon Jul 12 18:55:27 2010 +0800 +++ b/frontends/primitivus/profile_manager.py Tue Jul 13 02:24:59 2010 +0800 @@ -21,6 +21,7 @@ import urwid from custom_widgets import Password,List,InputDialog,ConfirmDialog,Alert,FocusFrame +from tools.jid import JID class ProfileManager(urwid.WidgetWrap):