diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-06 22:37:45 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-06 22:37:45 +0100 |
| commit | 0512da318668606523f6d29eee829e25f56f6ef8 (patch) | |
| tree | b9869a5e6969df00569701a81b406a275907b6f0 /plugins | |
| parent | b683fc9e0af67ae2414a14ea0eaa47ea35f6e0eb (diff) | |
LockScreen: use settings parameters LockScreenSettings
(bzr r3695.4.48)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 2 |
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 |
