summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-12 11:04:25 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-12 11:04:25 +0200
commitf7d5d195e8f5442adf0284bdb1c1f612a484761b (patch)
treed31f3c665e74e8c6a0d4b1c825cf87158dcebdf3 /plugins
parentb50208c96cc68f6ae1f20d1c4d250572fb0637c4 (diff)
fixed some warnings and .desktop
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/callbacks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c
index 81183a66..01bbf162 100644
--- a/plugins/gtkui/callbacks.c
+++ b/plugins/gtkui/callbacks.c
@@ -108,6 +108,7 @@ set_file_filter (GtkWidget *dlg, const char *name) {
gtk_file_filter_set_name (flt, _("Other files (*)"));
gtk_file_filter_add_pattern (flt, "*");
gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (dlg), flt);
+ return flt;
}
void