summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-04-26 08:07:54 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-04-26 08:07:54 +0000
commit0e1236f8c607fac97d409232e18de9f425664fb7 (patch)
tree4aaab18de53376773647298ab50e8e10866e00d7
parentd5bc37978f058213e8dca3e5cb3e17e1fdfc9bf1 (diff)
downloadlibnotify-0e1236f8c607fac97d409232e18de9f425664fb7.tar.gz
Set the second, replaced notification to have a default expiration.
-rw-r--r--ChangeLog5
-rw-r--r--tests/test-replace.c1
2 files changed, 6 insertions, 0 deletions
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 <chipx86@chipx86.com>
+
+ * tests/test-replace.c:
+ - Set the second, replaced notification to have a default expiration.
+
Tue Apr 25 23:52:42 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* 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);