summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-11 00:32:46 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-11 00:32:46 +0100
commit6b81ba5340f26a9de8675dc14a67a5cb1333d88f (patch)
tree3cfb829d88bae5cb3168838b58dab43546d92664 /plugins/unityshell
parent11337282626e4d84752735858db2b0bbab4fcab2 (diff)
ShortcutController: make the view closable on first run
(bzr r3702.5.3)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index 0eb7c386f..88e4caa62 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -3708,6 +3708,7 @@ void UnityScreen::ShowFirstRunHints()
auto panel_win = static_cast<nux::BaseWindow*>(panels.front()->GetTopLevelViewWindow());
SaveInputThenFocus(panel_win->GetInputWindowId());
}
+ shortcut_controller_->first_run = true;
shortcut_controller_->Show();
if (g_mkdir_with_parents(cache_dir.c_str(), 0700) >= 0)