changeset 408:9393ffbad6dc

wix: removed forgotten test
author Goffi <goffi@goffi.org>
date Sat, 08 Oct 2011 20:05:44 +0200
parents b4edea06ae12
children 2e0dc5299bce
files frontends/src/wix/chat.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/wix/chat.py	Sat Oct 08 19:13:43 2011 +0200
+++ b/frontends/src/wix/chat.py	Sat Oct 08 20:05:44 2011 +0200
@@ -81,7 +81,6 @@
         """Create a list of present people in a group chat"""
         self.present_panel = wx.Panel(self.splitter)
         self.present_panel.sizer = wx.BoxSizer(wx.VERTICAL)
-        self.present_panel.SetBackgroundColour(wx.BLUE)
         self.present_panel.presents = ContactList(self.present_panel, self.host, type='nicks')
         self.present_panel.presents.SetMinSize(wx.Size(80,20))
         self.present_panel.sizer.Add(self.present_panel.presents, 1, wx.EXPAND)