[empathy] Fix errors found by make check



commit 2b4b8cafc87d72a3f93ddab1a2058a64460e54c3
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date:   Fri May 29 16:09:41 2009 -0400

    Fix errors found by make check
---
 libempathy-gtk/empathy-location-manager.c |    8 ++++----
 libempathy-gtk/empathy-location-manager.h |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0726661..aab598b 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -13,8 +13,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: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
  */
@@ -159,7 +159,7 @@ publish_location (EmpathyLocationManager *location_manager,
   if (connection_status != TP_CONNECTION_STATUS_CONNECTED)
     return;
 
-  DEBUG ("Publishing %s location to account %s", 
+  DEBUG ("Publishing %s location to account %s",
       (g_hash_table_size (priv->location) == 0 ? "empty" : ""),
       mc_account_get_display_name (account));
 
@@ -482,7 +482,7 @@ address_changed_cb (GeoclueAddress *address,
       new_value = tp_g_value_slice_new_string (value);
       g_hash_table_insert (priv->location, g_strdup (key), new_value);
 
-      DEBUG ("\t - %s: %s", (char*) key, (char*) value);
+      DEBUG ("\t - %s: %s", (gchar *) key, (gchar *) value);
     }
 
 
diff --git a/libempathy-gtk/empathy-location-manager.h b/libempathy-gtk/empathy-location-manager.h
index 0035da3..cb12791 100644
--- a/libempathy-gtk/empathy-location-manager.h
+++ b/libempathy-gtk/empathy-location-manager.h
@@ -14,8 +14,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: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
  */



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