comparison src/gaimrc.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 8fa61405af2b
children 583e33f3952e
comparison
equal deleted inserted replaced
3433:0f6a26952be7 3434:0c281a80767d
1057 report_idle = IDLE_SCREENSAVER; 1057 report_idle = IDLE_SCREENSAVER;
1058 #else 1058 #else
1059 report_idle = IDLE_GAIM; 1059 report_idle = IDLE_GAIM;
1060 #endif 1060 #endif
1061 web_browser = BROWSER_NETSCAPE; 1061 web_browser = BROWSER_NETSCAPE;
1062 g_snprintf(web_command, sizeof(web_command), "xterm -e lynx \"%%s\""); 1062 g_snprintf(web_command, sizeof(web_command), "xterm -e lynx %%s");
1063 1063
1064 auto_away = 10; 1064 auto_away = 10;
1065 a = g_new0(struct away_message, 1); 1065 a = g_new0(struct away_message, 1);
1066 g_snprintf(a->name, sizeof(a->name), "boring default"); 1066 g_snprintf(a->name, sizeof(a->name), "boring default");
1067 g_snprintf(a->message, sizeof(a->message), "%s", BORING_DEFAULT_AWAY_MSG); 1067 g_snprintf(a->message, sizeof(a->message), "%s", BORING_DEFAULT_AWAY_MSG);