From 5e9614637d0868e4478603f16afc83fbd7b30d49 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 15 Nov 2010 14:57:03 -0500 Subject: [PATCH] Make actions test more like a real scenario --- tests/test-multi-actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-multi-actions.c b/tests/test-multi-actions.c index f361f79..63f0515 100644 --- a/tests/test-multi-actions.c +++ b/tests/test-multi-actions.c @@ -84,7 +84,8 @@ main (int argc, char **argv) n = notify_notification_new ("Low disk space", "You can free up some disk space by " "emptying the trash can.", - NULL); + "drive-harddisk-symbolic"); + notify_notification_set_hint (n, "transient", g_variant_new_boolean (TRUE)); notify_notification_set_urgency (n, NOTIFY_URGENCY_CRITICAL); notify_notification_set_timeout (n, NOTIFY_EXPIRES_DEFAULT); notify_notification_add_action (n,