Mercurial > pidgin.yaz
diff pidgin/gtkdebug.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 16:19:34 +0000 |
parents | 591267f6f1d5 |
children | 5cc3bcf86c09 |
line wrap: on
line diff
--- a/pidgin/gtkdebug.c Sat Sep 22 09:48:07 2007 +0000 +++ b/pidgin/gtkdebug.c Sat Sep 22 16:19:34 2007 +0000 @@ -231,7 +231,7 @@ 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, "blist", win);