[gnome-flashback] notifications: initialise have_icon



commit 41434fafe1d395ea12b90c10c8912d907984e5af
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Apr 27 22:34:29 2016 +0300

    notifications: initialise have_icon

 gnome-flashback/libnotifications/gf-bubble.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-flashback/libnotifications/gf-bubble.c b/gnome-flashback/libnotifications/gf-bubble.c
index 0650bcf..235ded8 100644
--- a/gnome-flashback/libnotifications/gf-bubble.c
+++ b/gnome-flashback/libnotifications/gf-bubble.c
@@ -354,6 +354,7 @@ update_bubble (GfBubble *bubble)
   /* Icon */
 
   pixbuf = nd_notification_load_image (priv->notification, IMAGE_SIZE);
+  have_icon = FALSE;
 
   if (pixbuf != NULL)
     {


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