comparison src/prpl.c @ 10023:34bce9529cf4

[gaim-migrate @ 10955] A few minor tweaks to how things are included. Dave, sorry I didn't have time to look at your status patches tonight. Hopefully I'll be able to tomorrow night. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 14 Sep 2004 04:31:31 +0000
parents a38881ec9c0f
children 0ddc38f8db4a
comparison
equal deleted inserted replaced
10022:00a7ccf8ccd7 10023:34bce9529cf4
268 const char *status_id, const char *attr_id, ...) 268 const char *status_id, const char *attr_id, ...)
269 { 269 {
270 GaimBuddy *buddy; 270 GaimBuddy *buddy;
271 GaimPresence *presence; 271 GaimPresence *presence;
272 GaimStatus *status; 272 GaimStatus *status;
273 gboolean was_online = FALSE;
274 273
275 g_return_if_fail(account != NULL); 274 g_return_if_fail(account != NULL);
276 g_return_if_fail(name != NULL); 275 g_return_if_fail(name != NULL);
277 g_return_if_fail(status_id != NULL); 276 g_return_if_fail(status_id != NULL);
278 g_return_if_fail(gaim_account_is_connected(account)); 277 g_return_if_fail(gaim_account_is_connected(account));