comparison src/prefs.c @ 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 222e23f91092
comparison
equal deleted inserted replaced
3433:0f6a26952be7 3434:0c281a80767d
1 /* 1 /*
2 * gaim 2 * gaim
3 * 3 *
4 * Copyright (C) 2002, Sean Egan <bj91704@binghamton.edu> 4 * Copyright (C) 1998-2002, Mark Spencer <markster@marko.net>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version. 9 * (at your option) any later version.
1360 fontsize_new = fontsize; 1360 fontsize_new = fontsize;
1361 web_browser_new = web_browser; 1361 web_browser_new = web_browser;
1362 proxytype_new = proxytype; 1362 proxytype_new = proxytype;
1363 g_snprintf(sound_cmd_new, sizeof(sound_cmd_new), "%s", sound_cmd); 1363 g_snprintf(sound_cmd_new, sizeof(sound_cmd_new), "%s", sound_cmd);
1364 g_snprintf(web_command_new, sizeof(web_command_new), "%s", 1364 g_snprintf(web_command_new, sizeof(web_command_new), "%s",
1365 web_command ? web_command : "xterm -e lynx \"%%s\""); 1365 web_command ? web_command : "xterm -e lynx %%s");
1366 g_snprintf(fontface_new, sizeof(fontface_new), fontface); 1366 g_snprintf(fontface_new, sizeof(fontface_new), fontface);
1367 #if !GTK_CHECK_VERSION(1,3,0) 1367 #if !GTK_CHECK_VERSION(1,3,0)
1368 g_snprintf(fontxfld_new, sizeof(fontxfld_new), fontxfld); 1368 g_snprintf(fontxfld_new, sizeof(fontxfld_new), fontxfld);
1369 #endif 1369 #endif
1370 memcpy(&conv_size_new, &conv_size, sizeof(struct window_size)); 1370 memcpy(&conv_size_new, &conv_size, sizeof(struct window_size));