Merge lp:~3v1n0/unity/ups-unset-idle-on-removal into lp:unity

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Andrea Azzarone
Approved revision: no longer in the source branch.
Merged at revision: 4033
Proposed branch: lp:~3v1n0/unity/ups-unset-idle-on-removal
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
services/panel-service.c (+1/-0)
To merge this branch: bzr merge lp:~3v1n0/unity/ups-unset-idle-on-removal
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Andrea Azzarone (community) Approve
Review via email: mp+275361@code.launchpad.net

Commit message

PanelService: unset the idle ID before removal on callback

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) wrote :

LGTM.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'services/panel-service.c'
2--- services/panel-service.c 2015-10-16 08:46:13 +0000
3+++ services/panel-service.c 2015-10-22 15:01:05 +0000
4@@ -1314,6 +1314,7 @@
5
6 g_slist_free (self->priv->removed_entries);
7 self->priv->removed_entries = NULL;
8+ self->priv->remove_idle = 0;
9
10 return G_SOURCE_REMOVE;
11 }