GNOME Bugzilla – Bug 597125
libnotify chat bubbles aren't displayed once the first bubble disappeared
Last modified: 2009-10-03 10:47:17 UTC
Consider the following scenario: - You receive a message from Alice : "one" - A libnotify bubble is displayed containing "one" - Right after you receive a second message from here: "two" - The bubble is updated and now display "two" - You don't accept the chat and wait a bit. The notify bubble disappears. - Alice sends you a new message "three" - No bubble is displayed this time There is no reason for that; we should display a new bubble in that case.
Created attachment 144600 [details] [review] fixed in http://git.collabora.co.uk/?p=user/cassidy/empathy;a=shortlog;h=refs/heads/popup-bubble-597125 src/empathy-event-manager.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-)
Merged to master. commit abb123fcefb5ca1ecdeeb8ca2813de20da9f7e09 Author: Rob Bradford <rob@linux.intel.com> Date: Fri Oct 2 16:04:10 2009 +0100 Bring up notifications until the conversation is accepted (#597125) Rather than filter out message received signals for new conversations that have already been tried to be initiated let them pass through. This results in you getting notifications repeatedly until you open accept the conversation and open the conversation window with the user.
This fix has been merged to the 2.28 branch as well.