[gnome-commander] network cfg: drop support for obsoleted ~/.gnome-commander/ftp-servers
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] network cfg: drop support for obsoleted ~/.gnome-commander/ftp-servers
- Date: Tue, 2 Mar 2010 20:55:22 +0000 (UTC)
commit 39bdea8808085ce93759ea2c6b18297c9ead74cb
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Tue Mar 2 21:36:08 2010 +0100
network cfg: drop support for obsoleted ~/.gnome-commander/ftp-servers
src/gnome-cmd-data.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 13a4c44..e9f34e8 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1338,7 +1338,7 @@ void GnomeCmdData::load()
gnome_cmd_con_list_begin_update (priv->con_list);
load_devices ("devices");
- load_connections ("connections") || load_connections ("ftp-servers");
+ load_connections ("connections");
gnome_cmd_con_list_end_update (priv->con_list);
// "/quick-connect/uri" must be read AFTER retrieving anonymous password
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]