From: <sa...@us...> - 2006-09-01 07:13:38
|
Revision: 17108 http://svn.sourceforge.net/gaim/?rev=17108&view=rev Author: sadrul Date: 2006-09-01 00:13:08 -0700 (Fri, 01 Sep 2006) Log Message: ----------- It's a better idea to not set urgent-hints by default, especially because it's borked. Modified Paths: -------------- trunk/console/plugins/gntgf.c Modified: trunk/console/plugins/gntgf.c =================================================================== --- trunk/console/plugins/gntgf.c 2006-09-01 07:09:40 UTC (rev 17107) +++ trunk/console/plugins/gntgf.c 2006-09-01 07:13:08 UTC (rev 17108) @@ -383,7 +383,7 @@ gaim_prefs_add_bool(PREFS_BEEP, TRUE); #ifdef HAVE_X11 - gaim_prefs_add_bool(PREFS_URGENT, TRUE); + gaim_prefs_add_bool(PREFS_URGENT, FALSE); #endif } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |