From: <dat...@us...> - 2006-08-17 02:40:54
|
Revision: 16804 Author: datallah Date: 2006-08-16 19:40:44 -0700 (Wed, 16 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16804&view=rev Log Message: ----------- Sadrul fixed this buglet which prevented the global buddy icon from being applied to new accounts Modified Paths: -------------- trunk/src/gtkaccount.c Modified: trunk/src/gtkaccount.c =================================================================== --- trunk/src/gtkaccount.c 2006-08-17 02:20:56 UTC (rev 16803) +++ trunk/src/gtkaccount.c 2006-08-17 02:40:44 UTC (rev 16804) @@ -1119,7 +1119,7 @@ gaim_account_set_alias(account, NULL); /* Buddy Icon */ - if (gaim_account_get_ui_bool(account, GAIM_GTK_UI, "use-global-buddyicon", TRUE) == + if (new || gaim_account_get_ui_bool(account, GAIM_GTK_UI, "use-global-buddyicon", TRUE) == gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dialog->icon_check))) { icon_change = TRUE; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |