comparison src/gtkstatusbox.c @ 14035:8bda65b88e49

[gaim-migrate @ 16638] A bunch of small changes. Mostly remove "if not null" checks before calling g_free, g_list_free, g_slist_free and g_strdup. Also use g_list_foreach() to call g_free to free strings in an array. And some whitespace changes here and there. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Aug 2006 08:27:39 +0000
parents 0a1132e6eac4
children a8a033a89ee0
comparison
equal deleted inserted replaced
14034:0839a7b71325 14035:8bda65b88e49
749 gaim_account_get_active_status(status_box->account)); 749 gaim_account_get_active_status(status_box->account));
750 else 750 else
751 status_menu_refresh_iter(status_box); 751 status_menu_refresh_iter(status_box);
752 return TRUE; 752 return TRUE;
753 } 753 }
754 754
755 gtk_gaim_status_box_pulse_typing(status_box); 755 gtk_gaim_status_box_pulse_typing(status_box);
756 g_source_remove(status_box->typing); 756 g_source_remove(status_box->typing);
757 status_box->typing = g_timeout_add(TYPING_TIMEOUT, (GSourceFunc)remove_typing_cb, status_box); 757 status_box->typing = g_timeout_add(TYPING_TIMEOUT, (GSourceFunc)remove_typing_cb, status_box);
758 758
759 return FALSE; 759 return FALSE;