diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-21 15:56:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-21 16:07:27 +0300 |
commit | da4cf389bb2f49640816744c4e41b1559afe4721 (patch) | |
tree | e6351512795df5f9d6611184392696a952f0ddf1 /src/gui/widgets/playerbox.cpp | |
parent | a77b9d248fdaadef39248dd3773354b75138a831 (diff) | |
download | plus-da4cf389bb2f49640816744c4e41b1559afe4721.tar.gz plus-da4cf389bb2f49640816744c4e41b1559afe4721.tar.bz2 plus-da4cf389bb2f49640816744c4e41b1559afe4721.tar.xz plus-da4cf389bb2f49640816744c4e41b1559afe4721.zip |
Rename theme file playerbox_background.xml to playerbox.xml
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
-rw-r--r-- | src/gui/widgets/playerbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 4511a8544..7fbe68f7f 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -73,9 +73,9 @@ void PlayerBox::init(std::string skin) if (Theme::instance()) { if (skin.empty()) - skin = "playerbox_background.xml"; + skin = "playerbox.xml"; mSkin = Theme::instance()->loadSkinRect(mBackground, - skin, "background.xml"); + skin, "playerbox_background.xml"); if (mSkin) mDrawBackground = (mSkin->getOption("drawbackground") != 0); } |