Merge lp:~larsu/notify-osd/ignore-body-for-sync-bubbles into lp:notify-osd
Proposed by
Lars Karlitski
Status: | Merged |
---|---|
Approved by: | Sebastien Bacher |
Approved revision: | 497 |
Merged at revision: | 500 |
Proposed branch: | lp:~larsu/notify-osd/ignore-body-for-sync-bubbles |
Merge into: | lp:notify-osd |
Diff against target: |
11 lines (+0/-1) 1 file modified
src/bubble.c (+0/-1) |
To merge this branch: | bzr merge lp:~larsu/notify-osd/ignore-body-for-sync-bubbles |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastien Bacher | Approve | ||
Review via email:
|
Commit message
Ignore body for synchronous notifications
It doesn't make sense to not show the notification at all when a body is set. Instead, simply ignore the body.
Description of the change
Ignore body for synchronous notifications
It doesn't make sense to not show the notification at all when a body is set. Instead, simply ignore the body.
To post a comment you must log in.
Looks fine to me and fixes the issue, thanks!