aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* Make the import system more future-proofCosimo Cecchi2009-08-221-1/+3
| | | | | | | | | 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.
* Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi2009-08-221-0/+68
Also, take this as a chance to GObject-ify everything.