Validate options for compose_service_type

This commit is contained in:
Dan Williams
2006-06-15 17:40:33 -04:00
parent e1070a21cb
commit 31e9671190
5 changed files with 10 additions and 25 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_POPUP)
gtk.Window.__init__(self)
self._stream_writer = None