[empathy] empathy-theme-irc: fix coding style and update FSF address



commit 52e500f44d9bd572e1a224d3d16fe188312a0b8f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 15:58:09 2009 +0100

    empathy-theme-irc: fix coding style and update FSF address
---
 libempathy-gtk/empathy-theme-irc.c |    6 +++---
 libempathy-gtk/empathy-theme-irc.h |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libempathy-gtk/empathy-theme-irc.c b/libempathy-gtk/empathy-theme-irc.c
index 479108c..183a5cc 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 58d82ac..30bee62 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>
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]