aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.h
diff options
context:
space:
mode:
authorArnaud Maillet <arnaud.maillet@collabora.co.uk>2009-07-28 20:49:26 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-08-22 01:44:52 +0800
commit735481c7e2d0d2180d5970b83722452f8aa99ae9 (patch)
treef1d63f70bd821c3388b6309934a3b062dfa2f990 /src/empathy-import-dialog.h
parentf1394c92c71040e26bf6ec204c3eb9d8bb11ba25 (diff)
downloadgsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar.gz
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar.bz2
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar.lz
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar.xz
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.tar.zst
gsoc2013-empathy-735481c7e2d0d2180d5970b83722452f8aa99ae9.zip
Port empathy-import-dialog to mc5
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;