Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Close Issue #541
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Feb 3, 2013
1 parent fcf567e commit 99f16d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/razorqt/razorsettings.cpp
Expand Up @@ -508,7 +508,7 @@ QList<RazorTheme> RazorTheme::allThemes()
foreach(QFileInfo dir, dirs)
{
if (!processed.contains(dir.fileName()) &&
dir.dir().exists("razor-panel.qss"))
QDir(dir.absoluteFilePath()).exists("razor-panel.qss"))
{
processed << dir.fileName();
ret << RazorTheme(dir.absoluteFilePath());
Expand Down

0 comments on commit 99f16d5

Please sign in to comment.