minor fix
This commit is contained in:
parent
34858071e8
commit
75b1b052f5
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Theme.cc,v 1.24 2004/01/02 22:55:35 fluxgen Exp $
|
// $Id: Theme.cc,v 1.25 2004/01/12 20:24:06 fluxgen Exp $
|
||||||
|
|
||||||
#include "Theme.hh"
|
#include "Theme.hh"
|
||||||
|
|
||||||
|
@ -79,7 +79,6 @@ bool ThemeManager::unregisterTheme(Theme &tm) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ThemeManager::load(const std::string &filename, int screen_num) {
|
bool ThemeManager::load(const std::string &filename, int screen_num) {
|
||||||
cerr<<"Load Theme: "<<filename<<endl;
|
|
||||||
std::string location = FbTk::StringUtil::expandFilename(filename);
|
std::string location = FbTk::StringUtil::expandFilename(filename);
|
||||||
std::string prefix = "";
|
std::string prefix = "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue