diff frontends/primitivus/contact_list.py @ 121:03d8bcc67182

misc documentation
author Goffi <goffi@goffi.org>
date Thu, 08 Jul 2010 14:19:30 +0800
parents 1ca5f254ce41
children 961e0898271f
line wrap: on
line diff
--- a/frontends/primitivus/contact_list.py	Thu Jul 08 14:12:18 2010 +0800
+++ b/frontends/primitivus/contact_list.py	Thu Jul 08 14:19:30 2010 +0800
@@ -35,7 +35,7 @@
         #we now build the widget
         body_content = urwid.SimpleListWalker([self.list_wid])
         frame_body = urwid.ListBox(body_content)
-        frame = urwid.Frame(frame_body) #,urwid.AttrMap(urwid.Text(_("Contacts"),align='center'),'title'))
+        frame = urwid.Frame(frame_body)
         self.main_widget = LabelLine(frame,SurroundedText(_("Contacts")))
         urwid.WidgetWrap.__init__(self, self.main_widget)
         if on_click: