rename to activitymanager

This commit is contained in:
Marco Martin 2013-10-24 11:47:18 +02:00
parent d840f5ac69
commit 177f000c66
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents
import "../activityswitcher"
import "../activitymanager"
Rectangle {
id: root
@ -50,11 +50,11 @@ Rectangle {
sidePanelStack.pop(blankPage);
if (sidePanelStack.state == "activitySwitcher") {
if (sidePanelStack.state == "activityManager") {
sidePanelStack.state = "closed";
} else {
sidePanelStack.push(Qt.resolvedUrl("../activityswitcher/ActivitySwitcher.qml"));
sidePanelStack.state = "activitySwitcher";
sidePanelStack.push(Qt.resolvedUrl("../activitymanager/ActivityManager.qml"));
sidePanelStack.state = "activityManager";
}
}
@ -92,7 +92,7 @@ Rectangle {
}
},
State {
name: "activitySwitcher"
name: "activityManager"
PropertyChanges {
target: sidePanel
visible: true