finch/gntplugin.c

changeset 34333
b92698241603
parent 34332
876483829700
child 34449
bbcb198650b7
child 36701
5acd461707ae
--- a/finch/gntplugin.c	Tue Sep 10 22:32:40 2013 +0200
+++ b/finch/gntplugin.c	Tue Sep 10 23:04:19 2013 +0200
@@ -332,7 +332,7 @@
 	purple_request_close_with_handle(&handle);
 	purple_request_file(&handle, _("Select plugin to install"), NULL,
 			FALSE, G_CALLBACK(install_selected_file_cb), NULL,
-			NULL, NULL, NULL, &handle);
+			NULL, &handle);
 	g_signal_connect_swapped(G_OBJECT(w), "destroy", G_CALLBACK(purple_request_close_with_handle), &handle);
 }
 

mercurial