From f023de0faff61bad58da0002f2b6f52f8d97634f Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Sun, 12 May 2013 23:25:36 +0100 Subject: [PATCH] Removed unnecessary call to check_prefs_dir() in load_config(). This function is called in save_config(), where it is actually needed. --- src/common/cfgfiles.c | 1 - 1 file changed, 1 deletion(-) 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";