diff options
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 071ed1b48..dfeaf4c44 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -255,14 +255,13 @@ ephy_embed_single_show_file_picker (EphyEmbedSingle *shell, const char *file, FilePickerMode mode, char **ret_fullpath, - gboolean *ret_save_content, FileFormat *file_formats, int *ret_file_format) { EphyEmbedSingleClass *klass = EPHY_EMBED_SINGLE_GET_CLASS (shell); return klass->show_file_picker (shell, parentWidget, title, directory, file, mode, - ret_fullpath, ret_save_content, + ret_fullpath, file_formats, ret_file_format); } |