Set room input to current room at start in main GUI

This commit is contained in:
Etoh 2013-06-09 14:08:46 +02:00
parent 1a6bd40eb0
commit afe3290f0a

View File

@ -8,6 +8,7 @@ import re
class MainWindow(QtGui.QMainWindow):
def addClient(self, client):
self._syncplayClient = client
self.roomInput.setText(self._syncplayClient.getRoom())
def promptFor(self, prompt=">", message=""):
#TODO: Prompt user