From 3ed6f60e2eb329edda0d3786c58009d06c7e5b18 Mon Sep 17 00:00:00 2001
From: llornkcor <llornkcor>
Date: Tue, 19 Mar 2002 13:12:29 +0000
Subject: fixed moved location of opie-background

---
(limited to 'core/launcher/launcherview.cpp')

diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp
index cd336d2..7f86ce1 100644
--- a/core/launcher/launcherview.cpp
+++ b/core/launcher/launcherview.cpp
@@ -131,7 +131,7 @@ public:
   config.setGroup("Appearance");
   QString backgroundImage = config.readEntry("BackgroundImage");
 
-  if (backgroundImage.isNull()) backgroundImage="opie-background";
+  if (backgroundImage.isNull()) backgroundImage="launcher/opie-background";
   int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0;
   //int backgroundMode = 2;
 
--
cgit v0.9.0.2