--- a/pidgin/gtkdebug.c Sat Sep 07 02:30:39 2013 +0530 +++ b/pidgin/gtkdebug.c Thu Sep 12 19:08:48 2013 +0530 @@ -124,9 +124,7 @@ save_cb(GtkWidget *w, DebugWindow *win) { purple_request_file(win, _("Save Debug Log"), "purple-debug.log", TRUE, - G_CALLBACK(save_writefile_cb), NULL, - NULL, NULL, NULL, - win); + G_CALLBACK(save_writefile_cb), NULL, NULL, win); } static void