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



commit 80efc3dda3de137bc6d8e9cf339ded9f25d40234
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 15:57:55 2009 +0100

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

diff --git a/libempathy-gtk/empathy-theme-manager.c b/libempathy-gtk/empathy-theme-manager.c
index 841e262..0186b5e 100644
--- a/libempathy-gtk/empathy-theme-manager.c
+++ b/libempathy-gtk/empathy-theme-manager.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>
  */
@@ -69,8 +69,8 @@ G_DEFINE_TYPE (EmpathyThemeManager, empathy_theme_manager, G_TYPE_OBJECT);
 static void
 theme_manager_gdk_color_to_hex (GdkColor *gdk_color, gchar *str_color)
 {
-	g_snprintf (str_color, 10, 
-		    "#%02x%02x%02x", 
+	g_snprintf (str_color, 10,
+		    "#%02x%02x%02x",
 		    gdk_color->red >> 8,
 		    gdk_color->green >> 8,
 		    gdk_color->blue >> 8);
diff --git a/libempathy-gtk/empathy-theme-manager.h b/libempathy-gtk/empathy-theme-manager.h
index 05661d3..99c96d7 100644
--- a/libempathy-gtk/empathy-theme-manager.h
+++ b/libempathy-gtk/empathy-theme-manager.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]