From 375619f9f4a04808bb186cdff3fa84a703446e1c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Jan 2016 17:51:53 -0500 Subject: [PATCH] Fix make dist I've forgotten another place when renaming HighContrast inverse. --- gtk/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 50a4afe359..ff259d18e7 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1284,13 +1284,13 @@ theme_sources = \ theme/HighContrast/_colors.scss \ theme/HighContrast/_common.scss \ theme/HighContrast/_drawing.scss \ - theme/HighContrast/gtk-contained-dark.scss \ + theme/HighContrast/gtk-contained-inverse.scss \ theme/HighContrast/gtk-contained.scss \ theme/HighContrast/Gemfile \ theme/HighContrast/gtk-contained.css \ - theme/HighContrast/gtk-contained-dark.css \ + theme/HighContrast/gtk-contained-inverse.css \ theme/HighContrast/gtk.css \ - theme/HighContrast/gtk-dark.css \ + theme/HighContrast/gtk-inverse.css \ theme/HighContrast/parse-sass.sh \ theme/Raleigh/gtk-default.css