--- 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); }