From ad91f15243333bf968ef5788d12c780746fcffb3 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 20 Mar 2002 05:29:08 +0000 Subject: added better configurable background image support --- (limited to 'core/launcher') 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; -- cgit v0.9.0.2