src/aim.c

changeset 1000
66436e94d53f
parent 997
ad344e57cab2
child 1002
0c559888b1fb
equal deleted inserted replaced
999:2169e93be210 1000:66436e94d53f
85 struct gaim_plugin *p; 85 struct gaim_plugin *p;
86 void (*gaim_plugin_remove)(); 86 void (*gaim_plugin_remove)();
87 char *error; 87 char *error;
88 88
89 /* first we tell those who have requested it we're quitting */ 89 /* first we tell those who have requested it we're quitting */
90 plugin_event(event_quit, 0, 0, 0); 90 plugin_event(event_quit, 0, 0, 0, 0);
91 91
92 /* then we remove everyone in a mass suicide */ 92 /* then we remove everyone in a mass suicide */
93 c = plugins; 93 c = plugins;
94 while (c) { 94 while (c) {
95 p = (struct gaim_plugin *)c->data; 95 p = (struct gaim_plugin *)c->data;
138 NULL); 138 NULL);
139 #endif /* USE_APPLET */ 139 #endif /* USE_APPLET */
140 140
141 account_online(gc); 141 account_online(gc);
142 142
143 plugin_event(event_signon, 0, 0, 0); 143 plugin_event(event_signon, gc, 0, 0, 0);
144 144
145 return; 145 return;
146 } 146 }
147 147
148 148
149 static void dologin(GtkWidget *widget, GtkWidget *w) 149 static void dologin(GtkWidget *widget, GtkWidget *w)
150 { 150 {

mercurial