]> git.0d.be Git - empathy.git/commit
Make the import system more future-proof
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 9 Aug 2009 15:48:57 +0000 (17:48 +0200)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 22 Aug 2009 13:25:14 +0000 (14:25 +0100)
commit0e5397ae0e6cc3d75f8e9db19ca872cf28cf41be
tree10e460b9b8288697c0a2174967d891cb14d661c4
parent350ed3dbdba49253b6a94c8066c45ae81e95bed1
Make the import system more future-proof

Split the utilities from the widget and the dialog; we now have an enum
for supported applications, with a special value which means "all
applications", which is the only one which triggers showing the "Source"
column in EmpathyImportWidget. We need this to avoid being redundant in
the EmpathyAccountAssistant, as we already choose there the application
from which to import.
src/Makefile.am
src/empathy-account-assistant.c
src/empathy-accounts-dialog.c
src/empathy-import-dialog.c
src/empathy-import-dialog.h
src/empathy-import-pidgin.c
src/empathy-import-utils.c [new file with mode: 0644]
src/empathy-import-utils.h [new file with mode: 0644]
src/empathy-import-widget.c
src/empathy-import-widget.h
tests/Makefile.am