diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 22:58:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 23:07:15 +0800 |
commit | 52e500f44d9bd572e1a224d3d16fe188312a0b8f (patch) | |
tree | 681b90f95e1b40600f1fba267bc47d0c9554c230 /libempathy-gtk/empathy-theme-irc.c | |
parent | 80efc3dda3de137bc6d8e9cf339ded9f25d40234 (diff) | |
download | gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar.gz gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar.bz2 gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar.lz gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar.xz gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.tar.zst gsoc2013-empathy-52e500f44d9bd572e1a224d3d16fe188312a0b8f.zip |
empathy-theme-irc: fix coding style and update FSF address
Diffstat (limited to 'libempathy-gtk/empathy-theme-irc.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-irc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-theme-irc.c b/libempathy-gtk/empathy-theme-irc.c index 479108ce3..183a5cc51 100644 --- a/libempathy-gtk/empathy-theme-irc.c +++ b/libempathy-gtk/empathy-theme-irc.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301 USA * * Authors: Xavier Claessens <xclaesse@gmail.com> */ @@ -65,7 +65,7 @@ theme_irc_append_message (EmpathyChatTextView *view, name = empathy_contact_get_name (contact); if (empathy_message_get_tptype (message) == TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) { - tmp = g_strdup_printf (" * %s %s", + tmp = g_strdup_printf (" * %s %s", empathy_contact_get_name (contact), empathy_message_get_body (message)); empathy_chat_text_view_append_body (view, tmp, |