summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-11-15 14:57:03 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2010-11-15 14:57:03 -0500
commit5e9614637d0868e4478603f16afc83fbd7b30d49 (patch)
treefbf283c998c5edfd98a854aafb5b18be90eef31c
parentff1941aa9e928573c7271314f6c8ad27cc326862 (diff)
downloadlibnotify-5e9614637d0868e4478603f16afc83fbd7b30d49.tar.gz
Make actions test more like a real scenario
-rw-r--r--tests/test-multi-actions.c3
1 files changed, 2 insertions, 1 deletions
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,