-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 | |||
@@ -129,9 +129,8 @@ public: | |||
129 | { | 129 | { |
130 | Config config("qpe"); | 130 | Config config("qpe"); |
131 | config.setGroup("Appearance"); | 131 | config.setGroup("Appearance"); |
132 | QString backgroundImage = config.readEntry("BackgroundImage"); | 132 | QString backgroundImage = config.readEntry("BackgroundImage","launcher/opie-background"); |
133 | 133 | // if (backgroundImage.isNull()) backgroundImage="launcher/opie-background"; | |
134 | if (backgroundImage.isNull()) backgroundImage="launcher/opie-background"; | ||
135 | int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0; | 134 | int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0; |
136 | //int backgroundMode = 2; | 135 | //int backgroundMode = 2; |
137 | 136 | ||