]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-user-info.c
Use double quotes for all internal headers
[empathy.git] / libempathy-gtk / empathy-user-info.c
index 592bd45dadb9ae5b96ca9637034b0c717e7ce91e..4c447772b39d894fdeb0e2201fe3e4ca49eb3ac4 100644 (file)
@@ -23,9 +23,9 @@
 #include <glib/gi18n-lib.h>
 
 #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT
-#include <libempathy/empathy-debug.h>
-#include <libempathy/empathy-time.h>
-#include <libempathy/empathy-utils.h>
+#include "libempathy/empathy-debug.h"
+#include "libempathy/empathy-time.h"
+#include "libempathy/empathy-utils.h"
 
 #include "empathy-avatar-chooser.h"
 #include "empathy-calendar-button.h"
@@ -184,7 +184,7 @@ fill_contact_info_grid (EmpathyUserInfo *self)
 
   connection = tp_account_get_connection (self->priv->account);
   contact = tp_connection_get_self_contact (connection);
-  specs = tp_connection_get_contact_info_supported_fields (connection);
+  specs = tp_connection_dup_contact_info_supported_fields (connection);
   info = tp_contact_dup_contact_info (contact);
 
   /* Look at the fields set in our vCard */
@@ -304,7 +304,7 @@ fill_contact_info_grid (EmpathyUserInfo *self)
       n_rows++;
     }
 
-  g_list_free (specs);
+  tp_contact_info_spec_list_free (specs);
   tp_contact_info_list_free (info);
 
   return n_rows;