summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-22 12:36:29 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-22 12:36:29 +0100
commit775a94012037da15bf8da3eeb89230cd26195ae3 (patch)
tree7de55b14eacc5fe179dd6f774e65b0b3f9f3bf06
parent3ac93013b2bbe9d52aaf184844adb967144d62b6 (diff)
downloadplus-775a94012037da15bf8da3eeb89230cd26195ae3.tar.gz
plus-775a94012037da15bf8da3eeb89230cd26195ae3.tar.bz2
plus-775a94012037da15bf8da3eeb89230cd26195ae3.tar.xz
plus-775a94012037da15bf8da3eeb89230cd26195ae3.zip
Jewelry Theme: Fix bugs in several windows.
-rw-r--r--data/themes/jewelry/CMakeLists.txt3
-rw-r--r--data/themes/jewelry/Makefile.am5
2 files changed, 7 insertions, 1 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index b1df0ee33..3d6622bad 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -29,11 +29,13 @@ SET (FILES
info.xml
inventory.xml
item_selection.xml
+ itemcontainer.xml
itempopup.xml
items.xml
keyboard_icon.xml
LICENSE.txt
listbox.xml
+ login.xml
map.xml
mouse.png
npc.xml
@@ -66,6 +68,7 @@ SET (FILES
textfield.xml
window.png
window.xml
+ world.xml
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/jewelry)
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index 8cbc543df..328173e7d 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -32,11 +32,13 @@ gui_DATA = \
info.xml \
inventory.xml \
item_selection.xml \
+ itemcontainer.xml \
itempopup.xml \
items.xml \
keyboard_icon.xml \
LICENSE.txt \
listbox.xml \
+ login.xml \
map.xml \
mouse.png \
npc.xml \
@@ -68,7 +70,8 @@ gui_DATA = \
tab_unused.xml \
textfield.xml \
window.png \
- window.xml
+ window.xml \
+ world.xml
EXTRA_DIST = \
$(gui_DATA) \