diff options
author | Ted Gould <ted@canonical.com> | 2009-02-12 13:47:24 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-12 13:47:24 -0600 |
commit | 52cd253079f2d50f0b14e4369f0604fd1ff6ab64 (patch) | |
tree | fcefebb9c1a0430f11adbf547c6c4fe91ba37dce /tests | |
parent | e921d552aff2da24cacd119e24bc73a90133c4d4 (diff) | |
download | libayatana-indicator-52cd253079f2d50f0b14e4369f0604fd1ff6ab64.tar.gz libayatana-indicator-52cd253079f2d50f0b14e4369f0604fd1ff6ab64.tar.bz2 libayatana-indicator-52cd253079f2d50f0b14e4369f0604fd1ff6ab64.zip |
Seems like a better name
Diffstat (limited to 'tests')
-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 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)); |