From 6350c5d7a606924a12ba41468d126ff94d9e6d36 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 20 Dec 2010 14:59:21 +0200 Subject: some tinkering with gui. removed updating of configuration file at end --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7d146835f..3dc111201 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2486,10 +2486,10 @@ int main(int argc, char *argv[]) /* Update configuration file */ - if(configpath != "") + /*if(configpath != "") { g_settings.updateConfigFile(configpath.c_str()); - } + }*/ } //try catch(con::PeerNotFoundException &e) -- cgit v1.2.3