aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-05-30 04:09:41 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:33 +0800
commit2b4b8cafc87d72a3f93ddab1a2058a64460e54c3 (patch)
tree93ee81f76c3093b927808c3c599fb1aa19b2c4f5
parent992b424a41a2725eb96940cb3434ef0fd2a0e589 (diff)
downloadgsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar.gz
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar.bz2
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar.lz
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar.xz
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.tar.zst
gsoc2013-empathy-2b4b8cafc87d72a3f93ddab1a2058a64460e54c3.zip
Fix errors found by make check
-rw-r--r--libempathy-gtk/empathy-location-manager.c8
-rw-r--r--libempathy-gtk/empathy-location-manager.h4
2 files changed, 6 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 0726661cb..aab598bc9 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 0035da399..cb12791dc 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>
*/