comparison src/gtkaccount.c @ 5709:2c4e7df0a688

[gaim-migrate @ 6130] Removed the signon/signoff callbacks when the account editor is closed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 11:24:34 +0000
parents 1d5c5acfc846
children dbac958d8937
comparison
equal deleted inserted replaced
5708:1d5c5acfc846 5709:2c4e7df0a688
1213 __accedit_win_destroy_cb(GtkWidget *w, GdkEvent *event, AccountsDialog *dialog) 1213 __accedit_win_destroy_cb(GtkWidget *w, GdkEvent *event, AccountsDialog *dialog)
1214 { 1214 {
1215 g_free(accounts_dialog); 1215 g_free(accounts_dialog);
1216 accounts_dialog = NULL; 1216 accounts_dialog = NULL;
1217 1217
1218 gaim_signal_disconnect(NULL, event_signon, __signed_on_off_cb);
1219 gaim_signal_disconnect(NULL, event_signoff, __signed_on_off_cb);
1220
1218 /* See if we're the main window here. */ 1221 /* See if we're the main window here. */
1219 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL && 1222 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL &&
1220 mainwindow == NULL && gaim_connections_get_all() == NULL) { 1223 mainwindow == NULL && gaim_connections_get_all() == NULL) {
1221 1224
1222 do_quit(); 1225 do_quit();