diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-11 00:32:46 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-11 00:32:46 +0100 |
| commit | 6b81ba5340f26a9de8675dc14a67a5cb1333d88f (patch) | |
| tree | 3cfb829d88bae5cb3168838b58dab43546d92664 /plugins/unityshell | |
| parent | 11337282626e4d84752735858db2b0bbab4fcab2 (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.cpp | 1 |
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) |
