aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 22:58:09 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commit52e500f44d9bd572e1a224d3d16fe188312a0b8f (patch)
tree681b90f95e1b40600f1fba267bc47d0c9554c230
parent80efc3dda3de137bc6d8e9cf339ded9f25d40234 (diff)
downloadgsoc2013-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
-rw-r--r--libempathy-gtk/empathy-theme-irc.c6
-rw-r--r--libempathy-gtk/empathy-theme-irc.h4
2 files changed, 5 insertions, 5 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,
diff --git a/libempathy-gtk/empathy-theme-irc.h b/libempathy-gtk/empathy-theme-irc.h
index 58d82ac0e..30bee6271 100644
--- a/libempathy-gtk/empathy-theme-irc.h
+++ b/libempathy-gtk/empathy-theme-irc.h
@@ -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>
*/