comparison src/main.c @ 9300:98f01c233a40

[gaim-migrate @ 10104] Some dnd fixes (I hope). I think this should also allow receivng HTML drops, but I can't figure out why it doesn't from Mozilla. It seems Mozilla is giving the text as a link, but I'm not sure why. Maybe it's a Mozilla bug? Maybe it's my bug. Hopefully someone else can take a look at it. I was unable to find anything else that supported dragging HTML text out to test with. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Jun 2004 00:26:57 +0000
parents fa6c2d893c51
children 15d09e546cee
comparison
equal deleted inserted replaced
9299:635f88dc9adf 9300:98f01c233a40
904 show_login(); 904 show_login();
905 905
906 #ifdef HAVE_STARTUP_NOTIFICATION 906 #ifdef HAVE_STARTUP_NOTIFICATION
907 startup_notification_complete(); 907 startup_notification_complete();
908 #endif 908 #endif
909
910 gtk_main(); 909 gtk_main();
911 gaim_sound_shutdown(); 910 gaim_sound_shutdown();
912 #ifdef _WIN32 911 #ifdef _WIN32
913 wgaim_cleanup(); 912 wgaim_cleanup();
914 #endif 913 #endif
914
915
915 return 0; 916 return 0;
916 917
917 } 918 }