diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-02 20:55:55 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-02 20:55:55 +0800 |
commit | 9c19838a24ca1085a5b77f40eb29bcd1b6597221 (patch) | |
tree | 3349aea93314700e572e1211ec4ffb60581ef452 /libempathy-gtk | |
parent | d4250dd038f2c7f5556c7b564f011de8e210e1c3 (diff) | |
download | gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar.gz gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar.bz2 gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar.lz gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar.xz gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.tar.zst gsoc2013-empathy-9c19838a24ca1085a5b77f40eb29bcd1b6597221.zip |
coding style fix
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index c15373146..81cf01a39 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -730,7 +730,7 @@ theme_adium_append_message (EmpathyChatView *view, * status - the message is a status change * event - the message is a notification of something happening * (for example, encryption being turned on) - * %status% - See %status% in theme_adium_append_html() + * %status% - See %status% in theme_adium_append_html () */ /* Define javascript function to use */ |