diff 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
line wrap: on
line diff
--- a/gtk/gtkmain.c	Fri Sep 15 17:10:37 2006 +0000
+++ b/gtk/gtkmain.c	Fri Sep 15 22:05:34 2006 +0000
@@ -796,7 +796,6 @@
 #ifdef HAVE_STARTUP_NOTIFICATION
 	startup_notification_complete();
 #endif
-
 	gtk_main();
 
 #ifdef HAVE_SIGNAL_H