summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorMC Return <mc.return@gmx.net>2012-11-08 17:28:57 +0100
committerMC Return <mc.return@gmx.net>2012-11-08 17:28:57 +0100
commit09a85021a09bc4e90715e9649336fe27cff99633 (patch)
tree544064fe2a71eb96c202c0ca5bab36a5e535f750 /plugins
parent56575c770d67f297ef1fe33541852011412ed4d9 (diff)
Also initialize the member variable bool was_hidden_ in the ShowdesktopHandler::ShowdesktopHandler (...) constructor
(bzr r2879.1.2)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/UnityShowdesktopHandler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/unityshell/src/UnityShowdesktopHandler.cpp b/plugins/unityshell/src/UnityShowdesktopHandler.cpp
index 593f9c7fd..3191aa3bf 100644
--- a/plugins/unityshell/src/UnityShowdesktopHandler.cpp
+++ b/plugins/unityshell/src/UnityShowdesktopHandler.cpp
@@ -84,7 +84,8 @@ ShowdesktopHandler::ShowdesktopHandler (ShowdesktopHandlerWindowInterface *wi, c
lock_acquire_interface_ (lock_acquire_interface),
remover_(),
state_ (StateVisible),
- progress_ (0.0f)
+ progress_ (0.0f),
+ was_hidden_ (false)
{
}