aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.c
Commit message (Collapse)AuthorAgeFilesLines
* stop importing MC4 accountsGuillaume Desmottes2010-06-241-13/+0
|
* Only create the EmpathyAccountsDialog if requiredDanielle Madeley2010-06-031-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=616616
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+1
| | | | | | | 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
* add empathy_accounts_has_accountsGuillaume Desmottes2010-03-051-0/+13
|
* Improve debugging and don't use g_debugSjoerd Simons2010-03-021-1/+1
|
* Simplify empathy_accounts_importSjoerd Simons2010-03-021-19/+6
|
* Make the empathy-account code be slightly more streamlinedSjoerd Simons2010-03-021-55/+1
| | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed.
* empathy-accounts: Check to see if there are no accounts thus show the assistantDanielle Madeley2010-02-261-0/+4
| | | | Fixes: #611131
* Separate the accounts dialog into its own program which works with the Gnome ↵Travis Reitter2010-02-121-0/+216
preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon).