aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/LSession.cpp
diff options
context:
space:
mode:
authorq5sys <jt@xsystems.com>2018-02-07 14:45:58 -0500
committerq5sys <jt@xsystems.com>2018-02-07 14:45:58 -0500
commit5b63bc57c9e36ea69da2ace22a78680200b713ae (patch)
tree889b0672c6649d9eedcce5b46f66cd1d6a360a48 /src-qt5/core/lumina-desktop/LSession.cpp
parentRevert "add shell logout to Lumina" (diff)
downloadlumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.tar.gz
lumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.tar.bz2
lumina-5b63bc57c9e36ea69da2ace22a78680200b713ae.zip
redo shell logout to Lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop/LSession.cpp')
-rw-r--r--src-qt5/core/lumina-desktop/LSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/LSession.cpp b/src-qt5/core/lumina-desktop/LSession.cpp
index 111a17b6..7eafcde7 100644
--- a/src-qt5/core/lumina-desktop/LSession.cpp
+++ b/src-qt5/core/lumina-desktop/LSession.cpp
@@ -272,7 +272,7 @@ void LSession::NewCommunication(QStringList list){
screensChanged();
}else if(list[i]=="--show-start"){
emit StartButtonActivated();
- }
+ }else if(list[i]=="--logout"){ QTimer::singleShot(1000, this, SLOT(StartLogout()));}
}
}
bgstack15