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



commit 16deaa5025e7527c1fc1a36fb8fd8afb900ff75c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 15:58:24 2009 +0100

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

diff --git a/libempathy-gtk/empathy-theme-boxes.c b/libempathy-gtk/empathy-theme-boxes.c
index 5b435f1..1991329 100644
--- a/libempathy-gtk/empathy-theme-boxes.c
+++ b/libempathy-gtk/empathy-theme-boxes.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>
  */
@@ -259,7 +259,7 @@ theme_boxes_maybe_append_header (EmpathyThemeBoxes *theme,
 
 	/* Add the message receive time */
 	time = empathy_message_get_timestamp (msg);
-	tmp = empathy_time_to_string_local (time, 
+	tmp = empathy_time_to_string_local (time,
 					   EMPATHY_TIME_FORMAT_DISPLAY_SHORT);
 	str = g_strdup_printf ("<i>%s</i>", tmp);
 	label2 = g_object_new (GTK_TYPE_LABEL,
@@ -330,7 +330,7 @@ theme_boxes_append_message (EmpathyChatTextView *view,
 	    TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION) {
 		gchar *body;
 
-		body = g_strdup_printf (" * %s %s", 
+		body = g_strdup_printf (" * %s %s",
 					empathy_contact_get_name (sender),
 					empathy_message_get_body (message));
 		empathy_chat_text_view_append_body (EMPATHY_CHAT_TEXT_VIEW (view),
diff --git a/libempathy-gtk/empathy-theme-boxes.h b/libempathy-gtk/empathy-theme-boxes.h
index fed7cee..53dd350 100644
--- a/libempathy-gtk/empathy-theme-boxes.h
+++ b/libempathy-gtk/empathy-theme-boxes.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]