aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* enable imported Pidgin accounts if needed (#594145)Vitaly Minko2010-10-111-0/+2
|
* 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.