comparison gtk/gtkmain.c @ 14561:3ff55ec8203a

[gaim-migrate @ 17284] GtkCellRendererExpander draws an expander in a renderer to avoid a large, needless margin. The approach is a bit hacky, but it's a good job. - RTL fix in GtkStatusBox - Drag-and-drop image into the global buddy icon selector to set a buddy icon committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Sep 2006 22:05:34 +0000
parents 497f4e9a0375
children 333989477bcd
comparison
equal deleted inserted replaced
14560:16bba6d02c2a 14561:3ff55ec8203a
794 } 794 }
795 795
796 #ifdef HAVE_STARTUP_NOTIFICATION 796 #ifdef HAVE_STARTUP_NOTIFICATION
797 startup_notification_complete(); 797 startup_notification_complete();
798 #endif 798 #endif
799
800 gtk_main(); 799 gtk_main();
801 800
802 #ifdef HAVE_SIGNAL_H 801 #ifdef HAVE_SIGNAL_H
803 g_free(segfault_message); 802 g_free(segfault_message);
804 #endif 803 #endif