notify_notification_set_image_from_pixbuf: ref the pixbuf (#633829)

This commit is contained in:
Guillaume Desmottes 2010-11-02 17:02:37 +01:00
parent a096a24337
commit 49766bca28
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
image_len,
TRUE,
(GDestroyNotify) g_object_unref,
pixbuf));
g_object_ref (pixbuf)));
notify_notification_set_hint (notification, hint_name, value);
}