More sensible default options. Please blow away your old configs ;)

SVN revision: 1423
This commit is contained in:
Tom Gilbert 1999-11-28 15:02:28 +00:00
parent 4bf297095d
commit 3c1f201311
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ load_config (void)
if (opt.www_command)
free (opt.www_command);
opt.www_command =
_Strdup (Epplet_query_config_def ("WWW_COMMAND", "gnome-moz-remote"));
_Strdup (Epplet_query_config_def ("WWW_COMMAND", "gnome-moz-remote --newwin"));
if (opt.ftp_command)
free (opt.ftp_command);
opt.ftp_command =
_Strdup (Epplet_query_config_def ("FTP_COMMAND", "gnome-moz-remote"));
_Strdup (Epplet_query_config_def ("FTP_COMMAND", "gnome-moz-remote --newwin"));
if (opt.get_command)
free (opt.get_command);
opt.get_command =