diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-16 21:56:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-16 21:56:11 -0500 |
commit | d2f8fca98e6d276f442f90dee48164be15d8e287 (patch) | |
tree | b7315de120d566bcd002ce4330381801f814812b /krootbacking | |
parent | d41f52171966007990bd9176cde217a8ba0f335a (diff) | |
download | tdebase-d2f8fca98e6d276f442f90dee48164be15d8e287.tar.gz tdebase-d2f8fca98e6d276f442f90dee48164be15d8e287.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
Diffstat (limited to 'krootbacking')
-rw-r--r-- | krootbacking/krootbacking.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krootbacking/krootbacking.cpp b/krootbacking/krootbacking.cpp index 8e41b5087..fe8574a93 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(); } |