From 6ac98209a82c5aa24ab09faf79525cd9aa5a8a1d Mon Sep 17 00:00:00 2001 From: sandman Date: Fri, 27 Sep 2002 00:57:22 +0000 Subject: - fixed the default bg type --- diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index dc81c9e..1bd1156 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -263,9 +263,9 @@ void CategoryTabWidget::setTabAppearance( const QString &id, Config &cfg ) QString view = cfg.readEntry( "View", "Icon" ); if ( view == "List" ) // No tr v->setViewMode( LauncherView::List ); - QString bgType = cfg.readEntry( "BackgroundType", "Ruled" ); + QString bgType = cfg.readEntry( "BackgroundType", "Image" ); if ( bgType == "Image" ) { // No tr - QString pm = cfg.readEntry( "BackgroundImage", "wallpaper/marble" ); + QString pm = cfg.readEntry( "BackgroundImage", "launcher/opie-background" ); v->setBackgroundType( LauncherView::Image, pm ); } else if ( bgType == "SolidColor" ) { QString c = cfg.readEntry( "BackgroundColor" ); -- cgit v0.9.0.2