comparison src/aim.c @ 623:83b0caceea9a

[gaim-migrate @ 633] This is just a little test. Let me know what you think, guys. I'll either do something similiar to this or not like this at all. Also, the toolbar where BOLD/ITALIC/ETC are will be changing as well. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 06 Aug 2000 09:13:38 +0000
parents 7f8b85e2e894
children 7911320aac0d
comparison
equal deleted inserted replaced
622:7f8b85e2e894 623:83b0caceea9a
606 applet_widget_gtk_main(); 606 applet_widget_gtk_main();
607 #else 607 #else
608 608
609 609
610 show_login(); 610 show_login();
611 new_conversation("None");
611 gtk_main(); 612 gtk_main();
612 613
613 #endif /* USE_APPLET */ 614 #endif /* USE_APPLET */
614 gdk_threads_leave(); 615 gdk_threads_leave();
615 616