Appending empty content causes the bubble to grow for no reason

Bug #1570483 reported by Marco Trevisan (Treviño)
6
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.Notification.new("Append to me", "")
    n.set_hint_string("append", "true")
    n.show()
    sleep(1)

Related branches

Changed in notify-osd (Ubuntu):
status: In Progress → Fix Released
milestone: none → ubuntu-16.04
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.