Skip to content

Commit

Permalink
fix(plugins: oomox): gtk3 wasn't exported if trying to export Cinnamo…
Browse files Browse the repository at this point in the history
…n and all GTK3 theme versions

re #themix-project/oomox-gtk-theme#29 (comment)
  • Loading branch information
actionless committed Mar 16, 2018
1 parent 4b08bf7 commit d3068b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/theme_oomox/oomox_plugin.py
Expand Up @@ -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:
Expand Down

0 comments on commit d3068b6

Please sign in to comment.