aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-pidgin.c
Commit message (Collapse)AuthorAgeFilesLines
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-1/+0
|
* Use tp_asv_get_string instead of messing with GValues.Jonny Lamb2009-06-051-5/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use "foo == NULL" instead of "!foo".Jonny Lamb2009-06-051-1/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Set an empty password for pidgin accounts that have no password set.Jonny Lamb2009-06-051-0/+10
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Special-case XMPP with importing accounts from Pidgin. (Fixes bug #579992)Jonny Lamb2009-06-051-1/+18
| | | | | | | It was decided that if pidgin has an account with no host set, then both the server and port should be ignored, as a special case in XMPP. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* empathy-import-pidgin: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* empathy-import-pidgin: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-101-0/+16
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665
* Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb2009-01-231-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2245
* It is a map from pidgin to CM, not MC.Xavier Claessens2008-10-171-10/+10
| | | | svn path=/trunk/; revision=1645
* Split pidgin import code into its own module. It makes easier to add other ↵Xavier Claessens2008-10-171-0/+305
import modules for other programs. svn path=/trunk/; revision=1644