[kde-doc-english] [trojita] src/Gui: GUI: make sure the port warning is not shown initially

Jan Kundrát jkt at flaska.net
Fri Mar 15 10:28:37 UTC 2013


Git commit c5cb023a435f150cd0d1707891a586d7ce71425c by Jan Kundrát.
Committed on 15/03/2013 at 10:21.
Pushed by jkt into branch 'master'.

GUI: make sure the port warning is not shown initially

Thanks for "serpentine" on IRC for catching this.

M  +1    -0    src/Gui/SettingsDialog.cpp

http://commits.kde.org/trojita/c5cb023a435f150cd0d1707891a586d7ce71425c

diff --git a/src/Gui/SettingsDialog.cpp b/src/Gui/SettingsDialog.cpp
index 7dfa82f..ce39034 100644
--- a/src/Gui/SettingsDialog.cpp
+++ b/src/Gui/SettingsDialog.cpp
@@ -309,6 +309,7 @@ ImapPage::ImapPage(QWidget *parent, QSettings &s): QScrollArea(parent), Ui_ImapP
     connect(method, SIGNAL(currentIndexChanged(int)), this, SLOT(updateWidgets()));
     updateWidgets();
     maybeShowPasswordWarning();
+    maybeShowPortWarning();
 }
 
 void ImapPage::resizeEvent(QResizeEvent *event)



More information about the kde-doc-english mailing list