comparison console/gntgaim.c @ 13907:cc60d0861337

[gaim-migrate @ 16402] This commit has 1234 lines of diff :) Windows can now be moved (alt+m, then the arrow keys, then escape/enter). Add a window to enable/disable accounts. But the 'add' etc. buttons don't have any callbacks yet. I am going to need to do some more widgets (checkbox, combobox) before I do anything else. I have also updated the test programs to work with the changes in libgnt. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 02 Jul 2006 22:13:06 +0000
parents a621329e8c85
children b210409cdc56
comparison
equal deleted inserted replaced
13906:b986b6e2441b 13907:cc60d0861337
176 init_libgaim(); 176 init_libgaim();
177 177
178 /* Enable the accounts and restore the status */ 178 /* Enable the accounts and restore the status */
179 gaim_accounts_restore_current_statuses(); 179 gaim_accounts_restore_current_statuses();
180 180
181 /* Initialize the UI */ 181 /* Initialize and run the UI */
182 init_gnt_ui(); 182 init_gnt_ui();
183 183
184 gaim_core_quit(); 184 gaim_core_quit();
185 185
186 return 0; 186 return 0;