Appending empty content causes the bubble to grow for no reason
Bug #1570483 reported by
Marco Trevisan (Treviño)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
notify-osd (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) |
Bug Description
This can be easily triggered with this script:
#!/usr/bin/python
from gi.repository import Notify
from time import sleep
Notify.init(Append None")
for i in range(10):
n = Notify.
n.set_
n.show()
sleep(1)
Related branches
lp://qastaging/~3v1n0/notify-osd/fix-empty-newlines-appending
- Andrea Azzarone (community): Approve
-
Diff: 75 lines (+37/-1)3 files modifieddebian/changelog (+7/-0)
src/bubble.c (+30/-0)
src/stack.c (+0/-1)
Changed in notify-osd (Ubuntu): | |
status: | In Progress → Fix Released |
milestone: | none → ubuntu-16.04 |
To post a comment you must log in.