Merge lp:~azzar1/unity/fix-1432231 into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Stephen M. Webb
Approved revision: no longer in the source branch.
Merged at revision: 3942
Proposed branch: lp:~azzar1/unity/fix-1432231
Merge into: lp:unity
Diff against target: 11 lines (+1/-1)
1 file modified
launcher/XdndStartStopNotifierImp.h (+1/-1)
To merge this branch: bzr merge lp:~azzar1/unity/fix-1432231
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+254327@code.launchpad.net

Commit message

Make sure that signals are auto-desconnected when XdndStartStopNotifierImp is destroyed.

Description of the change

Make sure that signals are auto-desconnected when XdndStartStopNotifierImp is destroyed.

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
Stephen M. Webb (bregma) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'launcher/XdndStartStopNotifierImp.h'
2--- launcher/XdndStartStopNotifierImp.h 2012-11-15 16:05:35 +0000
3+++ launcher/XdndStartStopNotifierImp.h 2015-03-26 23:56:30 +0000
4@@ -27,7 +27,7 @@
5
6 namespace unity {
7
8-class XdndStartStopNotifierImp : public XdndStartStopNotifier {
9+class XdndStartStopNotifierImp : public XdndStartStopNotifier, public sigc::trackable {
10 public:
11 XdndStartStopNotifierImp();
12