comparison src/aim.c @ 583:ecb5371e3e24

[gaim-migrate @ 593] Woops committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 02 Aug 2000 05:44:09 +0000
parents 7409d7ae6621
children 01777a942034
comparison
equal deleted inserted replaced
582:7409d7ae6621 583:ecb5371e3e24
587 applet_widget_gtk_main(); 587 applet_widget_gtk_main();
588 #else 588 #else
589 589
590 590
591 show_login(); 591 show_login();
592 new_conversation("Nobody");
593 gtk_main(); 592 gtk_main();
594 593
595 #endif /* USE_APPLET */ 594 #endif /* USE_APPLET */
596 gdk_threads_leave(); 595 gdk_threads_leave();
597 596