summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-06 22:37:45 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-06 22:37:45 +0100
commit0512da318668606523f6d29eee829e25f56f6ef8 (patch)
treeb9869a5e6969df00569701a81b406a275907b6f0 /plugins
parentb683fc9e0af67ae2414a14ea0eaa47ea35f6e0eb (diff)
LockScreen: use settings parameters LockScreenSettings
(bzr r3695.4.48)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index 105af5ff9..0a1db968b 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -2595,7 +2595,6 @@ void UnityScreen::UpdateActivateIndicatorsKey()
bool UnityScreen::initPluginActions()
{
PluginAdapter& adapter = PluginAdapter::Default();
- UpdateActivateIndicatorsKey();
if (CompPlugin* p = CompPlugin::find("core"))
{
@@ -3663,6 +3662,7 @@ void UnityScreen::initLauncher()
// Setup Lockscreen Controller
lockscreen_controller_ = std::make_shared<lockscreen::Controller>(manager);
+ UpdateActivateIndicatorsKey();
auto on_launcher_size_changed = [this] (nux::Area* area, int w, int h) {
/* The launcher geometry includes 1px used to draw the right margin