finch/libgnt/gntfilesel.c

changeset 38366
68c94444252e
parent 35594
f1831b0421b2
child 38791
cf55bdaccfb0
--- a/finch/libgnt/gntfilesel.c	Thu Jun 01 21:35:39 2017 -0500
+++ b/finch/libgnt/gntfilesel.c	Thu Jun 01 21:31:43 2017 -0500
@@ -28,7 +28,6 @@
 #include "gntentry.h"
 #include "gntfilesel.h"
 #include "gntlabel.h"
-#include "gntmarshal.h"
 #include "gntstyle.h"
 #include "gnttree.h"
 
@@ -506,8 +505,7 @@
 					 G_TYPE_FROM_CLASS(klass),
 					 G_SIGNAL_RUN_LAST,
 					 G_STRUCT_OFFSET(GntFileSelClass, file_selected),
-					 NULL, NULL,
-					 gnt_closure_marshal_VOID__STRING_STRING,
+					 NULL, NULL, NULL,
 					 G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_STRING);
 
 	gnt_bindable_class_register_action(bindable, "toggle-tag", toggle_tag_selection, "t", NULL);

mercurial