aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-import-dialog.h')
-rw-r--r--src/empathy-import-dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/empathy-import-dialog.h b/src/empathy-import-dialog.h
index 0e3fd148f..bdd0de732 100644
--- a/src/empathy-import-dialog.h
+++ b/src/empathy-import-dialog.h
@@ -20,7 +20,6 @@
*/
#include <gtk/gtk.h>
-#include <libmissioncontrol/mc-profile.h>
#ifndef __EMPATHY_IMPORT_DIALOG_H__
#define __EMPATHY_IMPORT_DIALOG_H__
@@ -31,8 +30,10 @@ typedef struct
{
/* Table mapping CM param string to a GValue */
GHashTable *settings;
- /* The profile to use for this account */
- McProfile *profile;
+ /* Protocol name */
+ gchar *protocol;
+ /* Connection manager name */
+ gchar *connection_manager;
/* The name of the account import source */
gchar *source;
} EmpathyImportAccountData;