diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-29 19:19:45 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-10-29 19:19:45 +0100 |
commit | 4d96766f3a30630e81fd2a75a827bfb8011627d7 (patch) | |
tree | 8b1f4fcb2bc701cc44149676145168720fc87c2c /data | |
parent | d7a8fb0f709677b76cbd63e9a48a466a4940b6fb (diff) | |
download | plus-4d96766f3a30630e81fd2a75a827bfb8011627d7.tar.gz plus-4d96766f3a30630e81fd2a75a827bfb8011627d7.tar.bz2 plus-4d96766f3a30630e81fd2a75a827bfb8011627d7.tar.xz plus-4d96766f3a30630e81fd2a75a827bfb8011627d7.zip |
Fix bug with Shop windows in Jewelry Theme.
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index ed94a87a5..0d440be5e 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -43,6 +43,7 @@ SET (FILES scrollbuttons_pressed.xml sell.xml server.xml + shop.xml slider.xml slider_highlighted.xml social.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index 950bf6572..6be845ee4 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -46,6 +46,7 @@ gui_DATA = \ scrollbuttons_pressed.xml \ sell.xml \ server.xml \ + shop.xml \ slider.xml \ slider_highlighted.xml \ social.xml \ |