notify_notification_set_image_from_pixbuf: ref the pixbuf (#633829)
This commit is contained in:
parent
a096a24337
commit
49766bca28
|
@ -695,7 +695,7 @@ notify_notification_set_image_from_pixbuf (NotifyNotification *notification,
|
||||||
image_len,
|
image_len,
|
||||||
TRUE,
|
TRUE,
|
||||||
(GDestroyNotify) g_object_unref,
|
(GDestroyNotify) g_object_unref,
|
||||||
pixbuf));
|
g_object_ref (pixbuf)));
|
||||||
notify_notification_set_hint (notification, hint_name, value);
|
notify_notification_set_hint (notification, hint_name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue