[notification-daemon] nd-bubble: reset timeout when updating notification



commit 3430a3425c44329073d1fb522c5661ea64c4eb38
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Apr 16 18:50:28 2015 +0300

    nd-bubble: reset timeout when updating notification
    
    Without reseting timeout user might never see updated content.

 src/nd-bubble.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nd-bubble.c b/src/nd-bubble.c
index 3b5ab2c..75596a1 100644
--- a/src/nd-bubble.c
+++ b/src/nd-bubble.c
@@ -863,6 +863,8 @@ update_bubble (NdBubble *bubble)
         add_actions (bubble);
         update_image (bubble);
         update_content_hbox_visibility (bubble);
+
+        add_timeout (bubble);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]