diff options
Diffstat (limited to 'src/empathy-import-utils.h')
-rw-r--r-- | src/empathy-import-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-import-utils.h b/src/empathy-import-utils.h index 20af25a91..09b85e0bc 100644 --- a/src/empathy-import-utils.h +++ b/src/empathy-import-utils.h @@ -37,6 +37,8 @@ typedef struct gchar *connection_manager; /* The name of the account import source */ gchar *source; + /* Indicates whether the account is enabled by default */ + gboolean enabled; } EmpathyImportAccountData; typedef enum { |