Merge lp:~aacid/indicators-client/initialize_variable into lp:indicators-client

Proposed by Albert Astals Cid
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 193
Merged at revision: 193
Proposed branch: lp:~aacid/indicators-client/initialize_variable
Merge into: lp:indicators-client
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/commonplugin/chewie_commonplugin.cpp (+1/-0)
To merge this branch: bzr merge lp:~aacid/indicators-client/initialize_variable
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+151450@code.launchpad.net

Commit message

Initialize m_visible

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/commonplugin/chewie_commonplugin.cpp'
2--- plugins/commonplugin/chewie_commonplugin.cpp 2013-02-05 18:55:19 +0000
3+++ plugins/commonplugin/chewie_commonplugin.cpp 2013-03-04 10:28:27 +0000
4@@ -39,6 +39,7 @@
5 ChewieCommonPlugin::ChewieCommonPlugin(QObject *parent)
6 : QObject(parent),
7 m_icon(""),
8+ m_visible(false),
9 m_priority(0),
10 m_model(0),
11 m_actionGroup(0),

Subscribers

People subscribed via source and target branches