QTfrontend/ui/page/pageadmin.cpp
changeset 6680 907999eff9e9
parent 6616 f77bb02b669f
child 6700 e04da46ee43c
--- a/QTfrontend/ui/page/pageadmin.cpp	Sun Feb 12 18:50:22 2012 +0100
+++ b/QTfrontend/ui/page/pageadmin.cpp	Sun Feb 12 22:18:49 2012 +0400
@@ -79,8 +79,8 @@
 void PageAdmin::connectSignals()
 {
     connect(pbAsk, SIGNAL(clicked()), this, SIGNAL(askServerVars()));
-    connect(leServerMessageNew, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
-    connect(leServerMessageOld, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
+    connect(leServerMessageNew, SIGNAL(textChanged(QString)), tb, SLOT(setHtml(const QString &)));
+    connect(leServerMessageOld, SIGNAL(textChanged(QString)), tb, SLOT(setHtml(const QString &)));
     connect(pbClearAccountsCache, SIGNAL(clicked()), this, SIGNAL(clearAccountsCache()));
     connect(pbSetSM, SIGNAL(clicked()), this, SLOT(smChanged()));
 }