From 348104dd920480815504c28eaf12e193fd3e9ce9 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sat, 12 Nov 2011 00:42:46 +0200 Subject: Read all configs from server, everywhere. Docs. Code to represent server reconnection problem --- client/Dialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/Dialog.cpp') diff --git a/client/Dialog.cpp b/client/Dialog.cpp index 3a7f473..e9d3883 100644 --- a/client/Dialog.cpp +++ b/client/Dialog.cpp @@ -11,9 +11,7 @@ using namespace std; ProxyDialog::ProxyDialog(QWidget *parent): QDialog(parent) { - //WIPE it out!!! COnfig shoud be reread by timer event! UpdatedConfig *cfg = UpdatedConfig::CurrentConfig(); - cfg->AcquireConfig(); /* generic proxy panel */ topLabel = new QLabel(QString::fromLocal8Bit(cfg->TopPanelText.c_str())); -- cgit v1.2.3