Changeset 2755
- Timestamp:
- 04/21/06 14:36:21
- Files:
-
- trunk/libnotify/ChangeLog (modified) (1 diff)
- trunk/libnotify/NEWS (modified) (1 diff)
- trunk/libnotify/tests/test-server-info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libnotify/ChangeLog
r2754 r2755 1 Fri Apr 21 14:35:30 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 3 * tests/test-server-info.c: 4 * NEWS: 5 - Patch by jensgr to fix some C99 usage in the tests code. 6 1 7 Fri Apr 21 14:21:47 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 8 trunk/libnotify/NEWS
r2754 r2755 4 4 -T, --type to -c, --category. This also fixes assertions when calling 5 5 notify-send "". (Bug #41) 6 * Patch by jensgr to fix some C99 usage. (Bug #44) 6 7 7 8 version 0.3.2 (23-January-2006): trunk/libnotify/tests/test-server-info.c
r2432 r2755 27 27 main(int argc, char **argv) 28 28 { 29 notify_init("TestCaps");30 29 GList *l, *caps; 31 30 char *name, *vendor, *version, *spec_version; 31 32 notify_init("TestCaps"); 32 33 33 34 if (!notify_get_server_info(&name, &vendor, &version, &spec_version))
