aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.h
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-05-30 03:27:23 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:32 +0800
commit1de150bc48080744009389fb09eb45d4ff96abd2 (patch)
treedae2de509248a4cc0f3a41cd232f67d329bbd6d7 /libempathy-gtk/empathy-location-manager.h
parent7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38 (diff)
downloadgsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar.gz
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar.bz2
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar.lz
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar.xz
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.tar.zst
gsoc2013-empathy-1de150bc48080744009389fb09eb45d4ff96abd2.zip
Apply style fixes to EmpathyLocationManager
• update the copyright • EmpathyLocationManagerPriv: document the hash table • is_setup seems a poor name. geoclue_is_setup? • remove PROP_0 we don't need/use it • Don't use C++ comments
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.h')
-rw-r--r--libempathy-gtk/empathy-location-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-location-manager.h b/libempathy-gtk/empathy-location-manager.h
index fbe2b0667..0035da399 100644
--- a/libempathy-gtk/empathy-location-manager.h
+++ b/libempathy-gtk/empathy-location-manager.h
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
- * Copyright (C) 2008 Collabora Ltd.
+ * Copyright (C) 2009 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * Authors: Pierre-Luc Beaudoin <pierre-luc@pierlux.com>
+ * Authors: Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
*/
#ifndef __EMPATHY_LOCATION_MANAGER_H__