]> code.citadel.org Git - citadel.git/blobdiff - daphne/prefs.cpp
* citclient.cpp: different IDEN string depending on __WXMSW__ etc.
[citadel.git] / daphne / prefs.cpp
index 9cfeb2f65d518b3e1ef3ebfba3e874249dcf7206..4be58298315bafa29213c103b7259fc629568740 100644 (file)
@@ -1,3 +1,5 @@
+// $Id$
+
 // =========================================================================
 // declarations
 // =========================================================================
@@ -165,7 +167,7 @@ void Preferences::OnButtonPressed(wxCommandEvent& whichbutton) {
                ini->Write("/Citadel Server/ConnectOnStartup",
                        ((server_autoconnect->GetValue()==TRUE)
                        ? wxString("yes") : wxString("no")));
-               ini->Flush();
+               ini->Flush(FALSE);
                delete this;
        }
 }