aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-141-0/+4
|
* Make the import system more future-proofCosimo Cecchi2009-08-221-0/+56
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.