-rw-r--r-- | core/launcher/launcherview.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 7f86ce1..6354bb7 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -131,5 +131,4 @@ public: config.setGroup("Appearance"); - QString backgroundImage = config.readEntry("BackgroundImage"); - - if (backgroundImage.isNull()) backgroundImage="launcher/opie-background"; + QString backgroundImage = config.readEntry("BackgroundImage","launcher/opie-background"); + // if (backgroundImage.isNull()) backgroundImage="launcher/opie-background"; int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0; |