From 52cd253079f2d50f0b14e4369f0604fd1ff6ab64 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 12 Feb 2009 13:47:24 -0600 Subject: Seems like a better name --- tests/im-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/im-client.c b/tests/im-client.c index 0731468..aa2ef8c 100644 --- a/tests/im-client.c +++ b/tests/im-client.c @@ -56,7 +56,7 @@ main (int argc, char ** argv) indicator = indicate_indicator_message_new(); indicate_indicator_set_property(INDICATE_INDICATOR(indicator), "subtype", "im"); - indicate_indicator_set_property(INDICATE_INDICATOR(indicator), "sender", "Ted Gould"); + indicate_indicator_set_property(INDICATE_INDICATOR(indicator), "sender", "IM Client Test"); GTimeVal time; g_get_current_time(&time); indicate_indicator_set_property_time(INDICATE_INDICATOR(indicator), "time", &time); indicate_indicator_show(INDICATE_INDICATOR(indicator)); -- cgit v1.2.3