gnome-shell/js
Marina Zhurakhinskaya b017a2187b Don't show the summary if a new item got removed before we had a chance to show it
It's possible that an item that was added to the summary got removed before
we had a chance to show the summary because the user has interacted with
the notification (e.g. clicked on an application ready notification). We should
not be showing the summary with an unchanged set of items in this case.

However, it is possible that multiple items were added to the summary before
we had a chance to show the summary, and only some of them got removed. In view
of this scenario, we can't just use a boolean flag to indicate if the summary
needs to be shown, but have to maintain an array of new summary items instead.

https://bugzilla.gnome.org/show_bug.cgi?id=630939
2010-10-05 16:14:05 -04:00
..
misc [misc] add fileUtils.listDirAsync 2010-10-01 01:08:22 +04:00
perf Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
prefs Use non recursive automake for JS 2010-09-15 18:38:46 +02:00
ui Don't show the summary if a new item got removed before we had a chance to show it 2010-10-05 16:14:05 -04:00
Makefile.am [misc] add fileUtils.listDirAsync 2010-10-01 01:08:22 +04:00