summaryrefslogtreecommitdiff
path: root/extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
committerroot <root@rshg054.dnsready.net>2012-02-29 03:34:34 +0000
commit32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 (patch)
tree60ba7e9c94b5ea69643a2022cd2ff890958da0f9 /extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch
parent1f567a9d58d16b76320168f0624aa55bd6320284 (diff)
Wed Feb 29 03:34:34 UTC 2012
Diffstat (limited to 'extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch')
-rw-r--r--extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch b/extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch
new file mode 100644
index 000000000..4739e601d
--- /dev/null
+++ b/extra/kshutdown/kshutdown_3.0beta2-mga-fix_requestshutdown_call.patch
@@ -0,0 +1,20 @@
+diff -uNr kshutdown-3.0beta2.orig/src/kshutdown.cpp kshutdown-3.0beta2/src/kshutdown.cpp
+--- kshutdown-3.0beta2.orig/src/kshutdown.cpp 2011-12-29 22:18:45.000000000 -0500
++++ kshutdown-3.0beta2/src/kshutdown.cpp 2011-12-30 19:09:08.128451522 -0500
+@@ -886,13 +886,13 @@
+ #ifdef KS_NATIVE_KDE
+ if (
+ // TODO: check if logout is available
+- (m_kdeShutDownAvailable || (m_type == U_SHUTDOWN_TYPE_LOGOUT)) &&
++ (m_kdeShutDownAvailable || (m_type == U_SHUTDOWN_TYPE_LOGOUT)))
+ KWorkSpace::requestShutDown(
+ KWorkSpace::ShutdownConfirmNo,
+ m_type,
+ KWorkSpace::ShutdownModeForceNow
+- )
+- )
++ );
++
+ return true;
+ #endif // KS_NATIVE_KDE
+