Eliminate FIXME: Log window line limit
[geeqie.git] / src / options.c
index 9a1ff34..817969d 100644 (file)
@@ -170,6 +170,8 @@ ConfOptions *init_options(ConfOptions *options)
        options->stereo.fixed_x2 = 0;
        options->stereo.fixed_y2 = 1125;
 
+       options->log_window_lines = 1000;
+
        return options;
 }