From: <the...@us...> - 2006-05-09 01:26:02
|
Revision: 16150 Author: thekingant Date: 2006-05-07 18:54:52 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16150&view=rev Log Message: ----------- I think this gets rid of an odd assertion failure. I didn't bother to track down exactly what was going on, but I THINK this should fix it. It certainly shouldn't cause any harm. Modified Paths: -------------- trunk/src/gtkstatusbox.c Modified: trunk/src/gtkstatusbox.c =================================================================== --- trunk/src/gtkstatusbox.c 2006-05-07 21:45:42 UTC (rev 16149) +++ trunk/src/gtkstatusbox.c 2006-05-08 01:54:52 UTC (rev 16150) @@ -1377,10 +1377,10 @@ return; } - activate_currently_selected_status(status_box); - g_source_remove(status_box->typing); status_box->typing = 0; + + activate_currently_selected_status(status_box); gtk_gaim_status_box_refresh(status_box); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |