From: <dat...@us...> - 2006-10-17 19:21:35
|
Revision: 17500 http://svn.sourceforge.net/gaim/?rev=17500&view=rev Author: datallah Date: 2006-10-17 12:21:30 -0700 (Tue, 17 Oct 2006) Log Message: ----------- deryni noticed that the refresh call was redundant Modified Paths: -------------- trunk/gtk/gtkstatusbox.c Modified: trunk/gtk/gtkstatusbox.c =================================================================== --- trunk/gtk/gtkstatusbox.c 2006-10-17 19:01:38 UTC (rev 17499) +++ trunk/gtk/gtkstatusbox.c 2006-10-17 19:21:30 UTC (rev 17500) @@ -227,10 +227,7 @@ if (status_box->account == account) update_to_reflect_account_status(status_box, account, newstatus); else if (status_box->token_status_account == account) - { - gtk_gaim_status_box_refresh(status_box); status_menu_refresh_iter(status_box); - } } static gboolean This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |