Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/Makefile.am
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-04 01:03:48 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-10 14:59:32 (GMT)
commit26960ab3442a8f87574866505387a6864b86cca9 (patch)
tree2d2968f0a1be40bbb10b01aa267ef858cbd1dca7 /gtk3/theme/Makefile.am
parent3b4b687013cfd8a77774cc6cb19c86107c8ffee6 (diff)
Fix Makefile to install the proper CSS in sugar 100% theme
This was installing the 72% CSS in the 100% (XO) theme. So after this we can expect things to fix in the 100% theme. For example, this explains the radio_size comment for the check buttons in the CSS. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'gtk3/theme/Makefile.am')
-rw-r--r--gtk3/theme/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk3/theme/Makefile.am b/gtk3/theme/Makefile.am
index 7ffed4f..d2e6df7 100644
--- a/gtk3/theme/Makefile.am
+++ b/gtk3/theme/Makefile.am
@@ -37,7 +37,7 @@ install-data-local: $(GEN_FILES)
$(INSTALL_DATA) $(srcdir)/gtk.css \
$(DESTDIR)$(datadir)/themes/sugar-72/gtk-3.0/gtk.css
$(mkinstalldirs) $(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0
- $(INSTALL_DATA) $(top_builddir)/gtk3/theme/gtk-widgets-72.css \
+ $(INSTALL_DATA) $(top_builddir)/gtk3/theme/gtk-widgets-100.css \
$(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0/gtk-widgets.css
$(INSTALL_DATA) $(top_builddir)/gtk3/theme/settings-100.ini \
$(DESTDIR)$(datadir)/themes/sugar-100/gtk-3.0/settings.ini