comparison console/plugins/gntgf.c @ 14400:080b16e08b2b

[gaim-migrate @ 17108] It's a better idea to not set urgent-hints by default, especially because it's borked. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 01 Sep 2006 07:13:08 +0000
parents 9e9699792bb9
children 97977138cf29
comparison
equal deleted inserted replaced
14399:28baa42b5ac2 14400:080b16e08b2b
381 gaim_prefs_add_bool(PREFS_EVENT_CHAT_MSG, TRUE); 381 gaim_prefs_add_bool(PREFS_EVENT_CHAT_MSG, TRUE);
382 gaim_prefs_add_bool(PREFS_EVENT_CHAT_NICK, TRUE); 382 gaim_prefs_add_bool(PREFS_EVENT_CHAT_NICK, TRUE);
383 383
384 gaim_prefs_add_bool(PREFS_BEEP, TRUE); 384 gaim_prefs_add_bool(PREFS_BEEP, TRUE);
385 #ifdef HAVE_X11 385 #ifdef HAVE_X11
386 gaim_prefs_add_bool(PREFS_URGENT, TRUE); 386 gaim_prefs_add_bool(PREFS_URGENT, FALSE);
387 #endif 387 #endif
388 } 388 }
389 389
390 GAIM_INIT_PLUGIN(PLUGIN_STATIC_NAME, init_plugin, info) 390 GAIM_INIT_PLUGIN(PLUGIN_STATIC_NAME, init_plugin, info)