summaryrefslogtreecommitdiff
path: root/tests/test-error.c
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2005-07-27 07:54:15 +0000
committerChristian Hammond <chipx86@chipx86.com>2005-07-27 07:54:15 +0000
commit56cdbb708775d9509aaf938fa376efea0e0b4165 (patch)
tree121e039ff670283e3dc1c5bfedc75f329f130b4b /tests/test-error.c
parent430eb532df45945afdc1c50d0ad4a2610c3ecf7e (diff)
downloadlibnotify-56cdbb708775d9509aaf938fa376efea0e0b4165.tar.gz
Actually support our own spec and use the number of seconds until expiration instead of current time + number of seconds. That was creating all kinds of problems.
Diffstat (limited to 'tests/test-error.c')
-rw-r--r--tests/test-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-error.c b/tests/test-error.c
index 385eec5..fd34b37 100644
--- a/tests/test-error.c
+++ b/tests/test-error.c
@@ -33,7 +33,7 @@ int main() {
NOTIFY_URGENCY_NORMAL,
"Summary", "Content",
icon, // no icon
- TRUE, time(NULL) + 5,
+ TRUE, 0,
NULL, // no hints
NULL, // no user data
0);