summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorDiogo Sousa <diogogsousa@gmail.com>2013-05-12 23:25:36 +0100
committerDiogo Sousa <diogogsousa@gmail.com>2013-05-12 23:25:36 +0100
commitf023de0faff61bad58da0002f2b6f52f8d97634f (patch)
treeae7b9f11f6531da1422da874dcbfcec66e917903 /src
parent7238853f0fd01e6b16fb6872852c2fc10887eef0 (diff)
Removed unnecessary call to check_prefs_dir() in load_config().
This function is called in save_config(), where it is actually needed.
Diffstat (limited to 'src')
-rw-r--r--src/common/cfgfiles.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 9b8d9e4c..2532fb93 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -624,7 +624,6 @@ load_config (void)
 	char out[256];
 #endif
 
-	check_prefs_dir ();
 	username = g_get_user_name ();
 	if (!username)
 		username = "root";