Ref #820: Problem with window in the current build
[geeqie.git] / src / options.c
index 6bc13a9..a112d07 100644 (file)
@@ -328,6 +328,7 @@ LayoutOptions *init_layout_options(LayoutOptions *options)
        options->log_window.w = 520;
        options->log_window.h = 400;
        options->split_pane_sync = FALSE;
+       options->workspace = -1;
        return options;
 }