Decrease the wait time for the replacement notification.
This commit is contained in:
parent
a2f80feafb
commit
711ba22be4
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Jul 10 16:46:57 PDT 2005 Christian Hammond <chipx86@chipx86.com>
|
||||||
|
|
||||||
|
* tests/test-replace.c:
|
||||||
|
- Decrease the wait time for the replacement notification.
|
||||||
|
|
||||||
Sat Jul 9 18:30:41 2005 Duarte Henriques <maxcow@users.sourceforge.net>
|
Sat Jul 9 18:30:41 2005 Duarte Henriques <maxcow@users.sourceforge.net>
|
||||||
|
|
||||||
* libnotify/notify.c:
|
* libnotify/notify.c:
|
||||||
|
|
|
@ -42,7 +42,7 @@ int main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sleep(20);
|
sleep(5);
|
||||||
|
|
||||||
notify_send_notification(n, NULL, NOTIFY_URGENCY_NORMAL,
|
notify_send_notification(n, NULL, NOTIFY_URGENCY_NORMAL,
|
||||||
"Second Summary", "Second Content",
|
"Second Summary", "Second Content",
|
||||||
|
|
Loading…
Reference in New Issue