From: Sean E. <sea...@us...> - 2002-08-25 23:36:29
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv22364/src Modified Files: gaimrc.c prefs.c Log Message: I'm amusement value. Index: gaimrc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gaimrc.c,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- gaimrc.c 25 Aug 2002 10:51:23 -0000 1.100 +++ gaimrc.c 25 Aug 2002 23:36:26 -0000 1.101 @@ -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); Index: prefs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/prefs.c,v retrieving revision 1.240 retrieving revision 1.241 diff -u -d -r1.240 -r1.241 --- prefs.c 25 Aug 2002 23:15:40 -0000 1.240 +++ prefs.c 25 Aug 2002 23:36:26 -0000 1.241 @@ -1,7 +1,7 @@ /* * gaim * - * Copyright (C) 2002, Sean Egan <bj...@bi...> + * Copyright (C) 1998-2002, Mark Spencer <mar...@ma...> * * 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); |