Merge with Marco

This commit is contained in:
Dan Williams
2006-06-15 17:42:35 -04:00
parent 2aaefdd52b
commit f234ebfff0
4 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Chat(gtk.Window):
SERVICE_PORT = 6100
def __init__(self):
gtk.Window.__init__(self)
gtk.Window.__init__(self, gtk.WINDOW_POPUP)
self._stream_writer = None