Changeset 581:fd80f7940877 in qutecom-2.2 for wengophone/src/presentation/qt/chat/QtChatTheme.cpp
Legend:
- Unmodified
- Added
- Removed
-
wengophone/src/presentation/qt/chat/QtChatTheme.cpp
r579 r581 87 87 88 88 void QtChatTheme::load(const QString & themeDir) { 89 _currentThemePath = themeBaseDir() + themeDir + "/"; 89 QStringList themeList = getThemeList(); 90 91 if(themeList.contains(themeDir)) 92 _currentThemePath = themeBaseDir() + themeDir + "/"; 93 else if(themeList.count()) 94 _currentThemePath = themeBaseDir() + themeList.at(0) + "/"; 90 95 91 96 _incomingContent = loadFile(_currentThemePath + "Contents/Resources/Incoming/Content.html");
Note: See TracChangeset
for help on using the changeset viewer.
