use the non-deprecated api in the test
This commit is contained in:
parent
0c34eb565e
commit
cff2c03c51
|
@ -94,7 +94,7 @@ main (int argc, char *argv[])
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
notify_notification_set_icon_from_pixbuf (n, pixbuf);
|
notify_notification_set_image_from_pixbuf (n, pixbuf);
|
||||||
g_object_unref (pixbuf);
|
g_object_unref (pixbuf);
|
||||||
|
|
||||||
if (!notify_notification_show (n, NULL)) {
|
if (!notify_notification_show (n, NULL)) {
|
||||||
|
|
Loading…
Reference in New Issue