[Xfce4-commits] <gigolo:master> Use SSH/SFTP as default connection type for new bookmarks/connections

Enrico Tröger noreply at xfce.org
Sat Jul 31 15:48:04 CEST 2010


Updating branch refs/heads/master
         to 26d953368d5acac2571b1029c611b102bc062a36 (commit)
       from 8715d4422bb8e24474cf036b9cd89ae403901764 (commit)

commit 26d953368d5acac2571b1029c611b102bc062a36
Author: Enrico Tröger <enrico at xfce.org>
Date:   Sat Jul 31 15:28:57 2010 +0200

    Use SSH/SFTP as default connection type for new bookmarks/connections

 src/bookmarkeditdialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/bookmarkeditdialog.c b/src/bookmarkeditdialog.c
index 3c0e1e7..aa27408 100644
--- a/src/bookmarkeditdialog.c
+++ b/src/bookmarkeditdialog.c
@@ -139,8 +139,8 @@ enum {
 };
 
 static struct MethodInfo methods[] = {
-	{ "ftp",  21,	SHOW_PORT | SHOW_USER | SHOW_FOLDER },
 	{ "sftp", 22,	SHOW_PORT | SHOW_USER | SHOW_FOLDER },
+	{ "ftp",  21,	SHOW_PORT | SHOW_USER | SHOW_FOLDER },
 	{ "smb",  0,	SHOW_SHARE | SHOW_USER | SHOW_DOMAIN | SHOW_FOLDER },
 	{ "dav",  80,	SHOW_PATH | SHOW_PORT | SHOW_USER | SHOW_FOLDER },
 	{ "davs", 443,	SHOW_PATH | SHOW_PORT | SHOW_USER | SHOW_FOLDER },



More information about the Xfce4-commits mailing list