Merge lp:~saviq/unity-2d/fix-super-shortcuts into lp:unity-2d

Proposed by Michał Sawicz
Status: Merged
Approved by: Gerry Boland
Approved revision: 735
Merged at revision: 735
Proposed branch: lp:~saviq/unity-2d/fix-super-shortcuts
Merge into: lp:unity-2d
Diff against target: 12 lines (+1/-1)
1 file modified
libunity-2d-private/src/keymonitor.cpp (+1/-1)
To merge this branch: bzr merge lp:~saviq/unity-2d/fix-super-shortcuts
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
Review via email: mp+76731@code.launchpad.net

Commit message

[lib] initialize stop value for KeyMonitor

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

That helps, approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libunity-2d-private/src/keymonitor.cpp'
--- libunity-2d-private/src/keymonitor.cpp 2011-09-19 19:06:54 +0000
+++ libunity-2d-private/src/keymonitor.cpp 2011-09-23 13:00:26 +0000
@@ -38,7 +38,7 @@
3838
3939
40KeyMonitor::KeyMonitor(QObject* parent)40KeyMonitor::KeyMonitor(QObject* parent)
41: QObject(parent)41: QObject(parent), m_stop(false)
42{42{
43 if (this->registerEvents()) {43 if (this->registerEvents()) {
44 getModifiers();44 getModifiers();

Subscribers

People subscribed via source and target branches