[empathy] empathy-chatroom-manager: fix coding style and update FSF address
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] empathy-chatroom-manager: fix coding style and update FSF address
- Date: Mon, 18 May 2009 10:08:22 -0400 (EDT)
commit a7f1705e7202ccc9a6174fe3a315840977a62f6f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon May 18 13:49:58 2009 +0100
empathy-chatroom-manager: fix coding style and update FSF address
---
libempathy/empathy-chatroom-manager.c | 8 ++++----
libempathy/empathy-chatroom-manager.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c
index e57dae7..3bdc5f1 100644
--- a/libempathy/empathy-chatroom-manager.c
+++ b/libempathy/empathy-chatroom-manager.c
@@ -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: Xavier Claessens <xclaesse gmail com>
* Martyn Russell <martyn imendio com>
@@ -265,7 +265,7 @@ chatroom_manager_file_parse (EmpathyChatroomManager *manager,
if (!empathy_xml_validate (doc, CHATROOMS_DTD_FILENAME)) {
g_warning ("Failed to validate file:'%s'", filename);
- xmlFreeDoc(doc);
+ xmlFreeDoc (doc);
xmlFreeParserCtxt (ctxt);
return FALSE;
}
@@ -281,7 +281,7 @@ chatroom_manager_file_parse (EmpathyChatroomManager *manager,
DEBUG ("Parsed %d chatrooms", g_list_length (priv->chatrooms));
- xmlFreeDoc(doc);
+ xmlFreeDoc (doc);
xmlFreeParserCtxt (ctxt);
return TRUE;
diff --git a/libempathy/empathy-chatroom-manager.h b/libempathy/empathy-chatroom-manager.h
index 4077a3c..76c71d9 100644
--- a/libempathy/empathy-chatroom-manager.h
+++ b/libempathy/empathy-chatroom-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>
* Martyn Russell <martyn imendio com>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]