[gnome-commander/GSettings] Removes cleanage of deprecated gnome_config options



commit 45a14aaa24c328af983d77022f2c21512015be97
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Aug 6 10:11:55 2016 +0200

    Removes cleanage of deprecated gnome_config options

 src/gnome-cmd-data.cc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index a0b874e..a2eee94 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -3953,10 +3953,6 @@ void GnomeCmdData::save()
     if (quick_connect_uri)
         set_gsettings_when_changed (options.gcmd_settings->network, GCMD_SETTINGS_QUICK_CONNECT_URI, 
(gpointer) quick_connect_uri);
 
-    gnome_config_clean_key (G_DIR_SEPARATOR_S PACKAGE "/quick-connect/host");
-    gnome_config_clean_key (G_DIR_SEPARATOR_S PACKAGE "/quick-connect/port");
-    gnome_config_clean_key (G_DIR_SEPARATOR_S PACKAGE "/quick-connect/user");
-
     gnome_config_set_int ("/gnome-commander-size/main_win/width", main_win_width);
     gnome_config_set_int ("/gnome-commander-size/main_win/height", main_win_height);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]