[Knode-devel] KDE_3_2_BRANCH: kdepim/knode
Roberto Selbach Teixeira
maragato at kde.org
Mon Jan 19 22:13:04 CET 2004
CVS commit by maragato:
Correctly save default port when used doesn't inform any (BR72721)
M +1 -0 knserverinfo.cpp 1.18.8.1
--- kdepim/knode/knserverinfo.cpp #1.18:1.18.8.1
@@ -103,4 +103,5 @@ void KNServerInfo::saveConf(KConfig *con
{
conf->writeEntry("server", s_erver);
+ if ( p_ort == 0 ) p_ort = 119;
conf->writeEntry("port", p_ort);
conf->writeEntry("holdTime", h_old);
More information about the Knode-devel
mailing list