summaryrefslogtreecommitdiff
path: root/core/launcher/launcherview.cpp
authorllornkcor <llornkcor>2002-03-20 05:29:08 (UTC)
committer llornkcor <llornkcor>2002-03-20 05:29:08 (UTC)
commitad91f15243333bf968ef5788d12c780746fcffb3 (patch) (side-by-side diff)
tree85fad92287583c506df59e7a334b7b998fbf126b /core/launcher/launcherview.cpp
parentf1228641b5ee823d309a8e5773e5b6fe94e64a42 (diff)
downloadopie-ad91f15243333bf968ef5788d12c780746fcffb3.zip
opie-ad91f15243333bf968ef5788d12c780746fcffb3.tar.gz
opie-ad91f15243333bf968ef5788d12c780746fcffb3.tar.bz2
added better configurable background image support
Diffstat (limited to 'core/launcher/launcherview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcherview.cpp5
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:
{
Config config("qpe");
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;
//int backgroundMode = 2;