diff lib/config_file.c @ 39:474d562c7268

2002-10-15 Brian Masney <masneyb@gftp.org> * lib/config_file.c - enable combo in GTK port for Proxy server type * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first entry is NULL * lib/protocols.c (copy_token) - when setting the end position of the token to \0, after we're done set it back to the origional position * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) to just list
author masneyb
date Wed, 16 Oct 2002 02:11:09 +0000
parents 5a178bd04ca5
children 4bcfaf6307b5
line wrap: on
line diff
--- a/lib/config_file.c	Wed Oct 16 01:18:34 2002 +0000
+++ b/lib/config_file.c	Wed Oct 16 02:11:09 2002 +0000
@@ -93,7 +93,7 @@
 	N_("If you disable this feature, then gFTP will only send LIST to the remote server instead of LIST -L"), NULL, GFTP_PORT_ALL},
 
   {"", "", (void *) 0x1, CONFIG_TABLE, "", NULL, GFTP_PORT_GTK},
-  {"", N_("Proxy server type"), (void *) 0x1, CONFIG_COMBO, "PS", NULL, 0},
+  {"", N_("Proxy server type"), (void *) 0x1, CONFIG_COMBO, "PS", NULL, GFTP_PORT_GTK},
   {"proxy_config", N_("Proxy config"), &proxy_config, CONFIG_TEXT,
 	N_("This specifies how your proxy server expects us to log in"), NULL, GFTP_PORT_GTK},
   {"", N_("%pu = proxy user"), (void *) 0x1, CONFIG_LABEL, "", NULL, 0},