pidgin/gtkdebug.c

changeset 21162
8359073125ba
parent 20685
039aef89faf6
child 21165
a0f4346d6624
--- a/pidgin/gtkdebug.c	Sat Oct 06 04:08:16 2007 +0000
+++ b/pidgin/gtkdebug.c	Sat Oct 06 15:55:47 2007 +0000
@@ -231,10 +231,10 @@
 static void
 save_cb(GtkWidget *w, DebugWindow *win)
 {
-	purple_request_file(win, _("Save Debug Log"), "purple-debug.log", TRUE,
+	purple_request_file_with_hint(win, _("Save Debug Log"), "purple-debug.log", TRUE,
 					  G_CALLBACK(save_writefile_cb), NULL,
 					  NULL, NULL, NULL,
-					  win);
+					  "blist", win);
 }
 
 static void

mercurial