Make actions test more like a real scenario

This commit is contained in:
William Jon McCann 2010-11-15 14:57:03 -05:00
parent ff1941aa9e
commit 5e9614637d
1 changed files with 2 additions and 1 deletions

View File

@ -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,