]> git.0d.be Git - empathy.git/blobdiff - src/empathy-import-utils.c
add an header bar to the main window
[empathy.git] / src / empathy-import-utils.c
index d95326bc2302a6944ff301b51eb719b9eb2a20b7..ab7847c3fc1ed28786c97568814b3450bc58248c 100644 (file)
@@ -23,6 +23,7 @@
 #include "empathy-import-utils.h"
 
 #include <tp-account-widgets/tpaw-connection-managers.h>
+#include <tp-account-widgets/tpaw-utils.h>
 
 #include "empathy-import-pidgin.h"
 #include "empathy-utils.h"
@@ -32,7 +33,7 @@ empathy_import_account_data_new (const gchar *source)
 {
   EmpathyImportAccountData *data;
 
-  g_return_val_if_fail (!EMP_STR_EMPTY (source), NULL);
+  g_return_val_if_fail (!TPAW_STR_EMPTY (source), NULL);
 
   data = g_slice_new0 (EmpathyImportAccountData);
   data->settings = g_hash_table_new_full (g_str_hash, g_str_equal, NULL,