Mercurial > libervia-backend
diff frontends/primitivus/custom_widgets.py @ 176:a50953ac6191
Primitivus: send_file first draft
- a new dialog for choosing a file is work in progress
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 12 Aug 2010 23:09:31 +0800 |
parents | 726786e914c3 |
children | 8f56238309d9 |
line wrap: on
line diff
--- a/frontends/primitivus/custom_widgets.py Thu Aug 12 19:35:56 2010 +0800 +++ b/frontends/primitivus/custom_widgets.py Thu Aug 12 23:09:31 2010 +0800 @@ -899,7 +899,7 @@ top_columns.widget_list[1] = label_widget class VerticalSeparator(urwid.WidgetDecoration, urwid.WidgetWrap): - def __init__(self, original_widget, left_char = utf8decode("│"), right_char = ''): + def __init__(self, original_widget, left_char = u"│", right_char = ''): """Draw a separator on left and/or right of original_widget.""" widgets = [original_widget]