summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-05-30 12:01:06 +0200
committerStef Walter <stefw@collabora.co.uk>2011-05-30 12:01:06 +0200
commit39198027cd6f1faae6ea6a8283a7171458b03372 (patch)
tree8e9e83b2664b169832879ad5283e425daddc1c59 /tool
parent85564aaf1b8e6de71b028abdf5982ce87bc8dae4 (diff)
downloadgnome-keyring-39198027cd6f1faae6ea6a8283a7171458b03372.tar.gz
gcr: Fix warnings using the importer.
Diffstat (limited to 'tool')
-rw-r--r--tool/gkr-tool-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/gkr-tool-import.c b/tool/gkr-tool-import.c
index f6aa2f25..fdb8e018 100644
--- a/tool/gkr-tool-import.c
+++ b/tool/gkr-tool-import.c
@@ -34,7 +34,7 @@ static gchar **import_files = NULL;
static GOptionEntry import_entries[] = {
GKR_TOOL_BASIC_OPTIONS
- { G_OPTION_REMAINING, 0, G_OPTION_FLAG_FILENAME, G_OPTION_ARG_FILENAME_ARRAY, &import_files, "Filename", NULL },
+ { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &import_files, "Filename", NULL },
{ NULL }
};