Issue #329 easier way to get cwd when copying
[geeqie.git] / src / options.c
index 1c02f94..fa6c23f 100644 (file)
@@ -141,6 +141,7 @@ void setup_default_options(ConfOptions *options)
        gchar *path;
        gint i;
 
+       bookmark_add_default(".", get_current_dir());
        bookmark_add_default(_("Home"), homedir());
        path = g_build_filename(homedir(), "Desktop", NULL);
        bookmark_add_default(_("Desktop"), path);