summaryrefslogtreecommitdiffstats
path: root/src/server/connectionframe/connectionframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/connectionframe/connectionframe.cpp')
-rw-r--r--src/server/connectionframe/connectionframe.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/connectionframe/connectionframe.cpp b/src/server/connectionframe/connectionframe.cpp
index 1c7eaff..4b3a7dd 100644
--- a/src/server/connectionframe/connectionframe.cpp
+++ b/src/server/connectionframe/connectionframe.cpp
@@ -125,6 +125,8 @@ QLabel* ConnectionFrame::addIcon(const QIcon* icon)
void ConnectionFrame::setSize(int width, int height)
{
this->resize(width, height);
+ if (this->_client == NULL)
+ showDefaultThumb();
}
/**