aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-pidgin.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-01-23 18:28:58 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-23 18:28:58 +0800
commit993f424e2665dd3afb9824d7a89aa69bcb89c053 (patch)
tree6c875f84d2338ac3214397d79d7987609b0d23d3 /src/empathy-import-pidgin.c
parente76f3a0ade6c9d8b23fb64dedb71d403dc15d516 (diff)
downloadgsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar.gz
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar.bz2
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar.lz
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar.xz
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.tar.zst
gsoc2013-empathy-993f424e2665dd3afb9824d7a89aa69bcb89c053.zip
Add a source field to specify the name of the account source. (Stephane Wirtel)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245
Diffstat (limited to 'src/empathy-import-pidgin.c')
-rw-r--r--src/empathy-import-pidgin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c
index aedad4e62..6c40bccf6 100644
--- a/src/empathy-import-pidgin.c
+++ b/src/empathy-import-pidgin.c
@@ -188,7 +188,7 @@ empathy_import_pidgin_load (void)
continue;
/* Create account data struct */
- data = empathy_import_account_data_new ();
+ data = empathy_import_account_data_new ("Pidgin");
/* Parse account's child nodes to fill the account data struct */
for (child = node->children; child; child = child->next)