aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-161-1/+4
| | | | | | | | | The widget doesn't have to prepare EmpathyConnectionManagers itself any more and so can populate its treeview right away. By doing so it will request a more decent size and so the dialog will actually display the accounts which can be imported without forcing user to resize it. https://bugzilla.gnome.org/show_bug.cgi?id=670201
* 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.