From 054c9ba7a947c88735e83e5207e5d9d1f052d3a4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 29 Jan 2009 12:51:48 -0600 Subject: Adding a set property after the show to cause a signal --- tests/im-client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/im-client.c') diff --git a/tests/im-client.c b/tests/im-client.c index cdf3484..43635f0 100644 --- a/tests/im-client.c +++ b/tests/im-client.c @@ -13,7 +13,9 @@ main (int argc, char ** argv) 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), "time", "11:11"); - indicate_indicator_show(indicator); + indicate_indicator_show(INDICATE_INDICATOR(indicator)); + + indicate_indicator_set_property(INDICATE_INDICATOR(indicator), "time", "11:12"); g_main_loop_run(g_main_loop_new(NULL, FALSE)); -- cgit v1.2.3