[gnome-commander] GnomeCmdData: use GnomeCmdCon::NOT_REQUIRED for GNOME Commander ftp site
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] GnomeCmdData: use GnomeCmdCon::NOT_REQUIRED for GNOME Commander ftp site
- Date: Sun, 8 Jan 2012 14:03:36 +0000 (UTC)
commit 470f20939b91b2d4fe3f271b1e62667b427a3c23
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Sun Jan 8 15:01:56 2012 +0100
GnomeCmdData: use GnomeCmdCon::NOT_REQUIRED for GNOME Commander ftp site
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 a835eb1..6532fb5 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -412,7 +412,7 @@ inline gboolean load_connections (const gchar *fname)
if (!g_list_length (gnome_cmd_con_list_get_all_remote (gnome_cmd_data.priv->con_list)))
{
- GnomeCmdConRemote *server = gnome_cmd_con_remote_new (_("GNOME Commander"), "ftp://anonymous ftp gnome org/pub/GNOME/sources/gnome-commander/");
+ GnomeCmdConRemote *server = gnome_cmd_con_remote_new (_("GNOME Commander"), "ftp://anonymous ftp gnome org/pub/GNOME/sources/gnome-commander/", GnomeCmdCon::NOT_REQUIRED);
gnome_cmd_data.priv->con_list->add(server);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]