You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
809 B
26 lines
809 B
From 456100e0f9770534f1bfbb79183f598733936961 Mon Sep 17 00:00:00 2001
|
|
From: Eike Hein <hein@kde.org>
|
|
Date: Wed, 6 Jan 2016 20:05:59 +0100
|
|
Subject: [PATCH 1/4] Fix favorites scripting in Kickoff.
|
|
|
|
---
|
|
applets/kickoff/package/contents/ui/Kickoff.qml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/applets/kickoff/package/contents/ui/Kickoff.qml b/applets/kickoff/package/contents/ui/Kickoff.qml
|
|
index 8a8c9c5..573804c 100644
|
|
--- a/applets/kickoff/package/contents/ui/Kickoff.qml
|
|
+++ b/applets/kickoff/package/contents/ui/Kickoff.qml
|
|
@@ -70,7 +70,7 @@ Item {
|
|
Connections {
|
|
target: plasmoid.configuration
|
|
|
|
- onFavoriteAppsChanged: {
|
|
+ onFavoritesChanged: {
|
|
globalFavorites.favorites = plasmoid.configuration.favorites;
|
|
}
|
|
}
|
|
--
|
|
2.5.0
|
|
|