Merge lp:~sjakthol/notify-osd/fix-1191565 into lp:notify-osd
Proposed by
Sami Jaktholm
Status: | Merged |
---|---|
Approved by: | Mirco Müller |
Approved revision: | 470 |
Merged at revision: | 470 |
Proposed branch: | lp:~sjakthol/notify-osd/fix-1191565 |
Merge into: | lp:notify-osd |
Diff against target: |
12 lines (+1/-1) 1 file modified
src/stack.c (+1/-1) |
To merge this branch: | bzr merge lp:~sjakthol/notify-osd/fix-1191565 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Mirco Müller (community) | Approve | ||
Review via email:
|
Commit message
Return correct notification ID to clients.
Description of the change
stack_push_bubble might change the notification ID so that's the one notify-osd should return to clients. Otherwise a new notification is created every time client tries to update old one because the ID client sends back to notify-osd is incorrect.
To post a comment you must log in.
This patch breaks synchronous icon-value notifications (e.g. Volume Up/Down)