comparison src/aim.c @ 1137:5b5d03dfa48a

[gaim-migrate @ 1147] Started setting up the new Buddy Pounce code. The UI needs a little more work as it is a little cluttered right now. The .gaimrc file is now in revision 4. It properly saves buddy pounces between v3 and v4 and converts them. Actual functionality will be commited soon. I remembered that I didnt commit so I woke up to do so just incase :D committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 26 Nov 2000 10:45:49 +0000
parents 418b1738a9a7
children 4593153a956c
comparison
equal deleted inserted replaced
1136:c8615d023aaf 1137:5b5d03dfa48a
619 619
620 if (opt_acct) { 620 if (opt_acct) {
621 account_editor (NULL, NULL); 621 account_editor (NULL, NULL);
622 } else if (do_login_ret == -1) 622 } else if (do_login_ret == -1)
623 show_login(); 623 show_login();
624
624 gtk_main(); 625 gtk_main();
625 626
626 #endif /* USE_APPLET */ 627 #endif /* USE_APPLET */
627 628
628 gtkspell_stop(); 629 gtkspell_stop();