aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/app-plugin/empathy-app-plugin-widget.c
Commit message (Collapse)AuthorAgeFilesLines
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
| | | | | | tp_account_manager_get_valid_accounts() has been deprecated. Fix an accounts list leak in empathy-sanity-cleaning.
* Use TpWeakRef when user_data of an async call is a widgetXavier Claessens2012-08-141-2/+10
| | | | | | | Keeping a ref on widgets is not enough to keep it alive, because gtk_widget_destroy will run destroy even if there are still refs. https://bugzilla.gnome.org/show_bug.cgi?id=680775
* Rely on the empathy factory rather than 're-preparing' the AMGuillaume Desmottes2012-08-031-18/+2
| | | | | | | | 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.
* add empathy-app-plugin-widgetXavier Claessens2012-07-301-0/+320
https://bugzilla.gnome.org/show_bug.cgi?id=680449