aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/empathy-accounts-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Rely on the empathy factory rather than 're-preparing' the AMGuillaume Desmottes2012-08-031-0/+16
| | | | | | | | tp_account_manager_prepare_all_async() seems to be a bad idea so, instead, let's just rely the empathy factory and set it as default. This makes the code much more symetric with empathy-accounts and shouldn't prepare that much useless features as we are not going to prepare the contact list anyway.
* account-plugins: implement deleteGuillaume Desmottes2012-07-241-1/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* account-plugin-widget: display the top bar and account widgetGuillaume Desmottes2012-07-241-2/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680448
* add empathy-account-pluginGuillaume Desmottes2012-07-241-0/+69
https://bugzilla.gnome.org/show_bug.cgi?id=680448