Eliminate FIXME: enable or disable individual plugins from configure
[geeqie.git] / src / options.h
index a5f52cf..46748c2 100644 (file)
@@ -314,6 +314,8 @@ struct _ConfOptions
        } printer;
 
        gboolean read_metadata_in_idle;
+
+       GList *disabled_plugins;
 };
 
 ConfOptions *options;