Eliminate FIXME: enable or disable individual plugins from configure
[geeqie.git] / src / options.c
index f8721f6..cf9764b 100644 (file)
@@ -202,6 +202,8 @@ ConfOptions *init_options(ConfOptions *options)
        options->printer.image_text_position = 1;
        options->printer.page_text_position = 3;
 
+       options->disabled_plugins = NULL;
+
        return options;
 }