diff frontends/src/primitivus/chat.py @ 610:c8c07c920e30

Primitivus: fixed xmlui/chat bad contents change
author Goffi <goffi@goffi.org>
date Sun, 10 Mar 2013 20:54:45 +0100
parents 84a6e83157c2
children 3b02554d4c8b
line wrap: on
line diff
--- a/frontends/src/primitivus/chat.py	Fri Mar 08 00:36:22 2013 +0100
+++ b/frontends/src/primitivus/chat.py	Sun Mar 10 20:54:45 2013 +0100
@@ -185,7 +185,7 @@
 
     def __appendGamePanel(self, widget):
         assert (len(self.pile.contents) == 1)
-        self.pile.contents.insert(0,(widget,('weight', 1, False)))
+        self.pile.contents.insert(0,(widget,('weight', 1)))
         self.pile.contents.insert(1,(urwid.Filler(urwid.Divider('-'),('fixed', 1))))
         self.host.redraw()