]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chandler.c
Rename all filenames starting with "gossip" by "empathy", change namespace
[empathy.git] / libempathy / empathy-chandler.c
index adc415a933cde92ad757c338c4745be18f55c96d..9bef4b1e1cfe6e184c0e27b470dc60e32e5edbc6 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2007 Xavier Claessens <xclaesse@gmail.com>
+ * Copyright (C) 2007 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
@@ -16,7 +16,8 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
- *
+ * 
+ * Authors: Xavier Claessens <xclaesse@gmail.com>
  */
 
 #include <config.h>
@@ -28,7 +29,7 @@
 #include <libtelepathy/tp-chan.h>
 
 #include "empathy-chandler.h"
-#include "gossip-debug.h"
+#include "empathy-debug.h"
 #include "empathy-marshal.h"
 
 #define DEBUG_DOMAIN "EmpathyChandler"
@@ -99,7 +100,7 @@ empathy_chandler_new (const gchar *bus_name,
                                G_TYPE_INVALID,
                                G_TYPE_UINT, &result,
                                G_TYPE_INVALID)) {
-               gossip_debug (DEBUG_DOMAIN,
+               empathy_debug (DEBUG_DOMAIN,
                              "Failed to request name: %s",
                              error ? error->message : "No error given");
                g_clear_error (&error);