summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/connectionframe')
-rw-r--r--src/server/connectionframe/connectionframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/connectionframe/connectionframe.cpp b/src/server/connectionframe/connectionframe.cpp
index 75d24a4..b772231 100644
--- a/src/server/connectionframe/connectionframe.cpp
+++ b/src/server/connectionframe/connectionframe.cpp
@@ -146,7 +146,7 @@ void ConnectionFrame::assignClient(Client* client)
connect( client, SIGNAL(vncClientStateChange(Client*, int)),
this, SLOT(onVncClientStateChange(Client*, int)) );
_client = client;
- _computerId = client->computerId();
+ _computerId = client->ip();
_lblHostName->setText(client->ip());
_lblHostName->setToolTip(client->host());
_lblUserName->setText(client->name());