# HG changeset patch # User Sean Egan # Date 1030318586 0 # Node ID 0c281a80767dfce41e33a977153d24753f6be466 # Parent 0f6a26952be76b9d85a1b9361fc443d4acc87601 [gaim-migrate @ 3463] I'm amusement value. committer: Tailor Script diff -r 0f6a26952be7 -r 0c281a80767d src/gaimrc.c --- 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); diff -r 0f6a26952be7 -r 0c281a80767d src/prefs.c --- 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 + * Copyright (C) 1998-2002, Mark Spencer * * 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);