]> code.citadel.org Git - citadel.git/blobdiff - daphne/hosts.cpp
* citclient.cpp: different IDEN string depending on __WXMSW__ etc.
[citadel.git] / daphne / hosts.cpp
index ca99523bb93c5356c10af3016efbdd518c20a010..da3abfb71af8abbabb398154d630e64ab39ee9c3 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+
 // =========================================================================
 // declarations
 // =========================================================================
@@ -151,6 +153,6 @@ void Hosts::OnButtonPressed(wxCommandEvent& whichbutton) {
                ini->Write("/BBSList/Host", server_host->GetValue());
                ini->Write("/BBSList/Port", server_port->GetValue());
                                
-               ini->Flush();
+               ini->Flush(FALSE);
        }
 }