F11 now put the activities window in fullscreen,

This commit is contained in:
Marco Pesenti Gritti
2006-06-15 17:31:41 -04:00
parent 122c0dad16
commit 9c4da3c172
3 changed files with 47 additions and 10 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