comparison plugins/iconaway.c @ 5587:1c55b1540e18

[gaim-migrate @ 5991] The rest of the plugins compile. Well, the default ones. notify.c is no longer compiled by default. I don't know for sure what we're doing with this, but I didn't want to fix it :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 06:59:58 +0000
parents fefad67de2c7
children 8b24e4d1e082
comparison
equal deleted inserted replaced
5586:cde28f5c47d4 5587:1c55b1540e18
16 16
17 #ifdef USE_APPLET 17 #ifdef USE_APPLET
18 extern void applet_destroy_buddy(); 18 extern void applet_destroy_buddy();
19 #endif 19 #endif
20 20
21 void iconify_windows(struct gaim_connection *gc, char *state, 21 void iconify_windows(GaimConnection *gc, char *state,
22 char *message, void *data) { 22 char *message, void *data) {
23 struct gaim_window *win; 23 struct gaim_window *win;
24 GList *windows; 24 GList *windows;
25 25
26 if (!imaway || !gc->away) 26 if (!imaway || !gc->away)