[Galago-commits] r2779 - in trunk/libnotify: . tests
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 26 01:07:57 PDT 2006
Author: chipx86
Date: 2006-04-26 01:07:54 -0700 (Wed, 26 Apr 2006)
New Revision: 2779
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/tests/test-replace.c
Log:
Set the second, replaced notification to have a default expiration.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-04-26 06:54:00 UTC (rev 2778)
+++ trunk/libnotify/ChangeLog 2006-04-26 08:07:54 UTC (rev 2779)
@@ -1,3 +1,8 @@
+Wed Apr 26 01:07:34 PDT 2006 Christian Hammond <chipx86 at 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 at chipx86.com>
* libnotify/Makefile.am:
Modified: trunk/libnotify/tests/test-replace.c
===================================================================
--- trunk/libnotify/tests/test-replace.c 2006-04-26 06:54:00 UTC (rev 2778)
+++ trunk/libnotify/tests/test-replace.c 2006-04-26 08:07:54 UTC (rev 2779)
@@ -29,6 +29,7 @@
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);
More information about the galago-commits
mailing list