From 60a42ae85408804a8273fbe2b457e4ea703c7d31 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 16 Dec 2008 17:28:25 +0000 Subject: [PATCH] Air is the new default wallpaper. svn path=/trunk/KDE/kdelibs/; revision=897711 --- theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.cpp b/theme.cpp index 86c942693..e66262a89 100644 --- a/theme.cpp +++ b/theme.cpp @@ -43,7 +43,7 @@ namespace Plasma { -#define DEFAULT_WALLPAPER_THEME "Blue_Curl" +#define DEFAULT_WALLPAPER_THEME "Air" #define DEFAULT_WALLPAPER_SUFFIX ".jpg" static const int DEFAULT_WALLPAPER_WIDTH = 1920; static const int DEFAULT_WALLPAPER_HEIGHT = 1200;