diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-02-22 06:55:47 +0100 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-02-22 06:55:47 +0100 |
| commit | 04b4da47db77cfc275f26e05d920196f15ffe516 (patch) | |
| tree | 1e638927804b379c482f18e202c01e4e6536cef5 /panel | |
| parent | 7c16339e770bca17c741b862e672bfc5c9382605 (diff) | |
Correct handle the grab when using the keyboard shortcut to lock the screen.
(bzr r3566.5.444)
Diffstat (limited to 'panel')
| -rw-r--r-- | panel/PanelView.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/panel/PanelView.cpp b/panel/PanelView.cpp index 93bb869fc..d5d678395 100644 --- a/panel/PanelView.cpp +++ b/panel/PanelView.cpp @@ -104,6 +104,7 @@ PanelView::PanelView(MockableBaseWindow* parent, menu::Manager::Ptr const& menus SetCompositionLayout(layout_); + tray_ = nullptr; if (!lockscreen_mode_) { tray_ = new PanelTray(monitor_); |
