summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/Screen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/qml/Screen.qml')
-rw-r--r--wayland/democompositor/qml/Screen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/democompositor/qml/Screen.qml b/wayland/democompositor/qml/Screen.qml
index ef3be4d..bea189b 100644
--- a/wayland/democompositor/qml/Screen.qml
+++ b/wayland/democompositor/qml/Screen.qml
@@ -91,7 +91,7 @@ WaylandOutput {
id: apps
onAppRemoved: {
console.log("Application was removed: " + appEntry.appName);
- launcher.stop(appEntry);
+ launcher.kill(appEntry);
}
}