changeset 3434:0c281a80767d

[gaim-migrate @ 3463] I'm amusement value. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 23:36:26 +0000
parents 0f6a26952be7
children 583e33f3952e
files src/gaimrc.c src/prefs.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gaimrc.c	Sun Aug 25 23:15:40 2002 +0000
+++ b/src/gaimrc.c	Sun Aug 25 23:36:26 2002 +0000
@@ -1059,7 +1059,7 @@
 	report_idle = IDLE_GAIM;
 #endif
 	web_browser = BROWSER_NETSCAPE;
-	g_snprintf(web_command, sizeof(web_command), "xterm -e lynx \"%%s\"");
+	g_snprintf(web_command, sizeof(web_command), "xterm -e lynx %%s");
 
 	auto_away = 10;
 	a = g_new0(struct away_message, 1);
--- a/src/prefs.c	Sun Aug 25 23:15:40 2002 +0000
+++ b/src/prefs.c	Sun Aug 25 23:36:26 2002 +0000
@@ -1,7 +1,7 @@
 /*
  * gaim
  *
- * Copyright (C) 2002, Sean Egan <bj91704@binghamton.edu>
+ * Copyright (C) 1998-2002, Mark Spencer <markster@marko.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1362,7 +1362,7 @@
 	proxytype_new = proxytype;
 	g_snprintf(sound_cmd_new, sizeof(sound_cmd_new), "%s", sound_cmd);
 	g_snprintf(web_command_new, sizeof(web_command_new), "%s", 
-		   web_command ? web_command : "xterm -e lynx \"%%s\"");
+		   web_command ? web_command : "xterm -e lynx %%s");
 	g_snprintf(fontface_new, sizeof(fontface_new), fontface);
 #if !GTK_CHECK_VERSION(1,3,0)
 	g_snprintf(fontxfld_new, sizeof(fontxfld_new), fontxfld);