diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/ThemeItems.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/ThemeItems.cc b/src/FbTk/ThemeItems.cc index b15b47d..a47fc39 100644 --- a/src/FbTk/ThemeItems.cc +++ b/src/FbTk/ThemeItems.cc | |||
@@ -218,8 +218,8 @@ void ThemeItem<Texture>::load(const string *o_name, const string *o_altname) { | |||
218 | return; | 218 | return; |
219 | } | 219 | } |
220 | 220 | ||
221 | std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, | 221 | std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, m_tm.screenNum())); |
222 | m_tm.screenNum())); | 222 | |
223 | if (pm.get() == 0) { | 223 | if (pm.get() == 0) { |
224 | if (ThemeManager::instance().verbose()) { | 224 | if (ThemeManager::instance().verbose()) { |
225 | cerr<<"Resource("<<m_name+".pixmap" | 225 | cerr<<"Resource("<<m_name+".pixmap" |