From 0e1236f8c607fac97d409232e18de9f425664fb7 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Wed, 26 Apr 2006 08:07:54 +0000 Subject: [PATCH] Set the second, replaced notification to have a default expiration. --- ChangeLog | 5 +++++ tests/test-replace.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3eaebe4..7c9130f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 26 01:07:34 PDT 2006 Christian Hammond + + * tests/test-replace.c: + - Set the second, replaced notification to have a default expiration. + Tue Apr 25 23:52:42 PDT 2006 Christian Hammond * libnotify/Makefile.am: diff --git a/tests/test-replace.c b/tests/test-replace.c index ec8cbe5..819aeae 100644 --- a/tests/test-replace.c +++ b/tests/test-replace.c @@ -29,6 +29,7 @@ int main() { notify_notification_update (n, "Second Summary", "First mesage was replaced", NULL); + notify_notification_set_timeout (n, NOTIFY_EXPIRES_DEFAULT); if (!notify_notification_show (n, &error)) { fprintf(stderr, "failed to send notification: %s\n", error->message);