comparison src/gtkaccount.c @ 10315:deec4b58d516

[gaim-migrate @ 11515] Login Window 1998 -- 2004 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 04 Dec 2004 18:51:56 +0000
parents ec140184437b
children 6a043ae92db6
comparison
equal deleted inserted replaced
10314:0a561b6ef7ec 10315:deec4b58d516
2430 g_free(accounts_window); 2430 g_free(accounts_window);
2431 accounts_window = NULL; 2431 accounts_window = NULL;
2432 2432
2433 /* See if we're the main window here. */ 2433 /* See if we're the main window here. */
2434 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL && 2434 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL &&
2435 mainwindow == NULL && gaim_connections_get_all() == NULL) { 2435 gaim_connections_get_all() == NULL) {
2436 2436
2437 gaim_core_quit(); 2437 gaim_core_quit();
2438 } 2438 }
2439 } 2439 }
2440 2440