| 6178:3d8f51a6820d | 6179:4df73df94250 |
|---|---|
| 37 #include "gtkutils.h" | 37 #include "gtkutils.h" |
| 38 #include "stock.h" | 38 #include "stock.h" |
| 39 | 39 |
| 40 #include "ui.h" | 40 #include "ui.h" |
| 41 | 41 |
| 42 /* XXX for do_quit() */ | |
| 43 #include "gaim.h" | |
| 44 | |
| 45 enum | 42 enum |
| 46 { | 43 { |
| 47 COLUMN_ICON, | 44 COLUMN_ICON, |
| 48 COLUMN_SCREENNAME, | 45 COLUMN_SCREENNAME, |
| 49 COLUMN_ONLINE, | 46 COLUMN_ONLINE, |
| 1825 | 1822 |
| 1826 /* See if we're the main window here. */ | 1823 /* See if we're the main window here. */ |
| 1827 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL && | 1824 if (GAIM_GTK_BLIST(gaim_get_blist())->window == NULL && |
| 1828 mainwindow == NULL && gaim_connections_get_all() == NULL) { | 1825 mainwindow == NULL && gaim_connections_get_all() == NULL) { |
| 1829 | 1826 |
| 1830 do_quit(); | 1827 gaim_core_quit(); |
| 1831 } | 1828 } |
| 1832 } | 1829 } |