| 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? */ |