* mu-config: set default target dir to "."

This commit is contained in:
Dirk-Jan C. Binnema 2010-10-17 11:26:32 +03:00
parent 109f8e4e3c
commit f50846bdfb
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ config_options_group_extract (MuConfigOptions *opts)
"overwrite existing files", NULL},
{ NULL, 0, 0, 0, NULL, NULL, NULL }
};
opts->targetdir = g_strdup("."); /* default is the current dir */
og = g_option_group_new ("extract",
"options for the 'extract' command",