summary refs log tree commit diff stats
path: root/src/fe-gtk/chanlist.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-21 21:42:48 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-21 21:42:48 +0200
commitbc651b0222a41edcbc40b6a26bdc8ecfe4a7f503 (patch)
treec58bf43ab4f13081ab1b25304b6870cef325e7db /src/fe-gtk/chanlist.c
parent2b3e1f46e36ee0726dcf9d55593cadab9d42fcb1 (diff)
Add extension filter for file dialogs, specify filters and starting folder for loading plugins
Diffstat (limited to 'src/fe-gtk/chanlist.c')
-rw-r--r--src/fe-gtk/chanlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/chanlist.c b/src/fe-gtk/chanlist.c
index e75b97bc..f2e40248 100644
--- a/src/fe-gtk/chanlist.c
+++ b/src/fe-gtk/chanlist.c
@@ -530,7 +530,7 @@ chanlist_save (GtkWidget * wid, server *serv)
 
 	if (gtk_tree_model_get_iter_first (model, &iter))
 		gtkutil_file_req (_("Select an output filename"), chanlist_filereq_done,
-								serv, NULL, FRF_WRITE);
+								serv, NULL, NULL, FRF_WRITE);
 }
 
 static gboolean