aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+3
| | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
* replace empathy_connection_managers_call_when_ready by ↵Guillaume Desmottes2010-01-221-5/+6
| | | | prepare_{async_finish} functions
* empathy-import-widget: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-9/+10
|
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-2/+7
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
|
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-141-26/+5
|
* Fix errors revealed by make checkJonathan Tellier2009-08-221-2/+2
| | | | | - Added missing files in po/POTFILES.in - Fixed style
* Make the import system more future-proofCosimo Cecchi2009-08-221-15/+67
| | | | | | | | | 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/+464
Also, take this as a chance to GObject-ify everything.