comparison plugins/docklet/docklet.c @ 4491:3196d9044a45

[gaim-migrate @ 4766] aim_user is dead. long live gaim_account. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Jan 2003 13:03:47 +0000
parents 906f61f27479
children 9df99116840a
comparison
equal deleted inserted replaced
4490:70b892694e0b 4491:3196d9044a45
356 and was cancelled, we register that connecting_count 356 and was cancelled, we register that connecting_count
357 has returned to 0 */ 357 has returned to 0 */
358 g_idle_add(docklet_update_status, &docklet); 358 g_idle_add(docklet_update_status, &docklet);
359 } 359 }
360 360
361 static void gaim_connecting(struct aim_user *user, void *data) { 361 static void gaim_connecting(struct gaim_account *account, void *data) {
362 docklet_update_status(); 362 docklet_update_status();
363 } 363 }
364 364
365 static void gaim_away(struct gaim_connection *gc, char *state, char *message, void *data) { 365 static void gaim_away(struct gaim_connection *gc, char *state, char *message, void *data) {
366 /* we only support global away. this is the way it is, ok? */ 366 /* we only support global away. this is the way it is, ok? */