summaryrefslogtreecommitdiff
path: root/tests/test-markup.c
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2005-07-01 06:42:29 +0000
committerChristian Hammond <chipx86@chipx86.com>2005-07-01 06:42:29 +0000
commit7848ca696820b2602cee0d2079df4e2020180815 (patch)
tree85d831135157ca25eaeba96fb745e2e4552db767 /tests/test-markup.c
parent81a5a510b7e2b1c7d519360166f04a800020e2d4 (diff)
downloadlibnotify-7848ca696820b2602cee0d2079df4e2020180815.tar.gz
A few things I did on the way home:
- Added support for hints in the API. - Don't install the test programs during make install.
Diffstat (limited to 'tests/test-markup.c')
-rw-r--r--tests/test-markup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-markup.c b/tests/test-markup.c
index 9843884..6f3179f 100644
--- a/tests/test-markup.c
+++ b/tests/test-markup.c
@@ -32,9 +32,10 @@ int main() {
NOTIFY_URGENCY_NORMAL,
"Summary",
"Some <b>bold</b>, <u>underlined</u>, <i>italic</i>, "
- "<a href='google.com'>linked</a> text",
+ "<a href='http://www.google.com'>linked</a> text",
NULL, // no icon
TRUE, time(NULL) + 5,
+ NULL, // no hints
NULL, // no user data
0); // no actions