diff lib/options.h @ 863:9f10d3c835cb

2006-11-30 Brian Masney <masneyb@gftp.org> * lib/options.h src/gtk/gftp-gtk.c - added new option: connect_to_remote_on_startup. If this is enabled, then the application will automatically connect to the remote server when it is started. (closes #330418)
author masneyb
date Sat, 23 Dec 2006 18:16:32 +0000
parents 72400fdbd0ed
children 63555c9744c2
line wrap: on
line diff
--- a/lib/options.h	Sat Dec 23 16:12:21 2006 +0000
+++ b/lib/options.h	Sat Dec 23 18:16:32 2006 +0000
@@ -112,6 +112,10 @@
    gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 0,
    N_("Save the last local and remote directory when the application is closed"),
    GFTP_PORT_GTK, NULL},
+  {"connect_to_remote_on_startup", N_("Connect to remote server on startup"), 
+   gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 0,
+   N_("Automatically connect to the remote server when the application is started."),
+   GFTP_PORT_GTK, NULL},
 
   {"", N_("Network"), gftp_option_type_notebook, NULL, NULL, 
    GFTP_CVARS_FLAGS_SHOW_BOOKMARK, NULL, GFTP_PORT_GTK, NULL},