aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/url-editor-dialog.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2008-09-26 14:41:19 +0800
committerPhilip Withnall <pwithnall@src.gnome.org>2008-09-26 14:41:19 +0800
commitb2fc0d756d4f9f6ebd631e39f763eeba1f30c704 (patch)
tree49b6ecc23e6ef01b2315586ee6aba6920c6f68ce /plugins/publish-calendar/url-editor-dialog.h
parenteb725acfbf3becac27e2e972fc3eaf41cbe4e7eb (diff)
downloadgsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar.gz
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar.bz2
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar.lz
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar.xz
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.tar.zst
gsoc2013-evolution-b2fc0d756d4f9f6ebd631e39f763eeba1f30c704.zip
** Fix for bug #553461 and bug #553389
2008-09-26 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553461 and bug #553389 * publish-calendar.c (url_remove_clicked): * publish-calendar.glade: * url-editor-dialog.c (create_uri), (check_input), (publish_service_changed), (set_from_uri): * url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly. Also, change a related string to use better terminology. svn path=/trunk/; revision=36455
Diffstat (limited to 'plugins/publish-calendar/url-editor-dialog.h')
-rw-r--r--plugins/publish-calendar/url-editor-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/publish-calendar/url-editor-dialog.h b/plugins/publish-calendar/url-editor-dialog.h
index b464ff2252..2d985e90e5 100644
--- a/plugins/publish-calendar/url-editor-dialog.h
+++ b/plugins/publish-calendar/url-editor-dialog.h
@@ -44,7 +44,7 @@ enum {
};
enum {
- TYPE_SSH,
+ TYPE_SFTP,
TYPE_ANON_FTP,
TYPE_FTP,
TYPE_SMB,