Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37569725
en ru br
Репозитории ALT
5.1: 4.4.5-alt0.M51.1
4.1: 4.1.3-alt1.M41.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: kde4libs

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: kdelibs-4.3.0-alt-def-plasma.patch
Скачать


--- kdelibs-4.3.0/plasma/corona.cpp~	2009-07-29 23:55:53 +0400
+++ kdelibs-4.3.0/plasma/corona.cpp	2009-08-10 19:55:57 +0400
@@ -186,7 +186,7 @@ public:
 
         if (pluginName.isEmpty()) {
             // default to the desktop containment
-            pluginName = "desktop";
+            pluginName = "folderview";
         }
 
         if (pluginName != "null") {
@@ -194,6 +194,12 @@ public:
             containment = dynamic_cast<Containment*>(applet);
         }
 
+        if (!containment && pluginName != "null") {
+            pluginName = "desktop";
+            applet = Applet::load(pluginName, id, args);
+            containment = dynamic_cast<Containment*>(applet);
+        }
+
         if (!containment) {
             kDebug() << "loading of containment" << name << "failed.";
 
@@ -335,7 +341,7 @@ void Corona::initializeLayout(const QStr
     }
 
     KConfigGroup coronaConfig(config(), "General");
-    setImmutability((ImmutabilityType)coronaConfig.readEntry("immutability", (int)Mutable));
+    setImmutability((ImmutabilityType)coronaConfig.readEntry("immutability", (int)UserImmutable));
 }
 
 void Corona::loadLayout(const QString &configName)
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin