diff options
author | Ted Gould <ted@canonical.com> | 2009-02-10 15:14:57 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-10 15:14:57 -0600 |
commit | ee050d4a2bdb4059a6ba9a1175effed3c71be946 (patch) | |
tree | 4e1127535f2ea3f8511127b5095f5f90f72ddb74 | |
parent | 01244bcd32bc6525a3b5e11d2951f36ad591b6e6 (diff) | |
download | libayatana-indicator-ee050d4a2bdb4059a6ba9a1175effed3c71be946.tar.gz libayatana-indicator-ee050d4a2bdb4059a6ba9a1175effed3c71be946.tar.bz2 libayatana-indicator-ee050d4a2bdb4059a6ba9a1175effed3c71be946.zip |
Changing type to message.im for testing, now it's different than the messages.
-rw-r--r-- | tests/im-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/im-client.c b/tests/im-client.c index b6e4f09..04f4da3 100644 --- a/tests/im-client.c +++ b/tests/im-client.c @@ -17,7 +17,7 @@ main (int argc, char ** argv) IndicateServer * server = indicate_server_ref_default(); GValue value = {0}; g_value_init(&value, G_TYPE_STRING); - g_value_set_static_string(&value, "message"); + g_value_set_static_string(&value, "message.im"); g_object_set_property(G_OBJECT(server), "type", &value); IndicateIndicatorMessage * indicator; |