comparison src/gtkmain.c @ 11277:421a8523ad04

[gaim-migrate @ 13467] added support for lists and hash tables to libgaim-client committer: Tailor Script <tailor@pidgin.im>
author Piotr Zielinski <zielaj>
date Tue, 16 Aug 2005 15:22:35 +0000
parents bb0d7b719af2
children efb358543b1d
comparison
equal deleted inserted replaced
11276:17ebda61c6ce 11277:421a8523ad04
683 683
684 #ifdef HAVE_STARTUP_NOTIFICATION 684 #ifdef HAVE_STARTUP_NOTIFICATION
685 startup_notification_complete(); 685 startup_notification_complete();
686 #endif 686 #endif
687 687
688 #ifdef HAVE_DBUS
689 gaim_dbus_connect(gaim_dbus_object);
690 #endif
691
692 gtk_main(); 688 gtk_main();
693 689
694 #ifdef _WIN32 690 #ifdef _WIN32
695 wgaim_cleanup(); 691 wgaim_cleanup();
696 #endif 692 #endif