From d3068b65c81b85c3169a7b1330418596f8f6f6c1 Mon Sep 17 00:00:00 2001 From: actionless Date: Fri, 16 Mar 2018 15:49:17 +0100 Subject: [PATCH] fix(plugins: oomox): gtk3 wasn't exported if trying to export Cinnamon and all GTK3 theme versions re #https://github.com/actionless/oomox-gtk-theme/pull/29#issuecomment-373735197 --- plugins/theme_oomox/oomox_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/theme_oomox/oomox_plugin.py b/plugins/theme_oomox/oomox_plugin.py index bc9b154d7..e2eda5291 100644 --- a/plugins/theme_oomox/oomox_plugin.py +++ b/plugins/theme_oomox/oomox_plugin.py @@ -32,6 +32,8 @@ def do_export(self): make_opts += ["gtk320"] else: make_opts += ["gtk3"] + else: + make_opts += ["gtk3", "gtk320"] if self.export_config[OPTION_EXPORT_CINNAMON_THEME]: make_opts += ["css_cinnamon"] if make_opts: