summaryrefslogtreecommitdiffstats
path: root/krootbacking
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-16 21:56:11 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:27:29 +0200
commit79c512a168677b441ee6141d5dbe6b0a9d778386 (patch)
tree6e1f30327ce9e7e66fcdb4c51177b0af8c5c7ee4 /krootbacking
parent3ac0ac3aee391602b37913c7146137784017ec8e (diff)
downloadtdebase-79c512a168677b441ee6141d5dbe6b0a9d778386.tar.gz
tdebase-79c512a168677b441ee6141d5dbe6b0a9d778386.zip
Fix fancy logout not allowing interaction with save dialogs
This closes Bug 922 Fix desktop wallpaper export failing when triggered by krootbacking or ksmserver and konsole or kdesktop_lock not previously loaded (cherry picked from commit d2f8fca98e6d276f442f90dee48164be15d8e287)
Diffstat (limited to 'krootbacking')
-rw-r--r--krootbacking/krootbacking.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/krootbacking/krootbacking.cpp b/krootbacking/krootbacking.cpp
index fa4797966..abd175d48 100644
--- a/krootbacking/krootbacking.cpp
+++ b/krootbacking/krootbacking.cpp
@@ -54,6 +54,8 @@ public:
KRootBacking::KRootBacking()
: TQObject(KApplication::desktop(), "KRootBacking" ), m_Desk(0), m_timeout(0)
{
+ enableExports();
+
init();
}