summaryrefslogtreecommitdiff
path: root/src/gui/widgets/playerbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-21 15:56:44 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-21 16:07:27 +0300
commitda4cf389bb2f49640816744c4e41b1559afe4721 (patch)
treee6351512795df5f9d6611184392696a952f0ddf1 /src/gui/widgets/playerbox.cpp
parenta77b9d248fdaadef39248dd3773354b75138a831 (diff)
downloadplus-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.cpp4
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);
}