Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 1 | -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 | ||||
* | import-mc4-accounts: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -5/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | src/empathy-import-mc4-accounts.c: fix uint comparaison | Guillaume Desmottes | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | empathy-import-mc4-accounts: no need to add newlines to DEBUG calls | Jonny Lamb | 2009-10-17 | 1 | -7/+7 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Fix potential usage of an unitialized value | Sjoerd Simons | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Fix several coding style issues | Sjoerd Simons | 2009-08-24 | 1 | -3/+3 |
| | |||||
* | When empathy_account_settings_apply_finish returns false the error is always set | Sjoerd Simons | 2009-08-24 | 1 | -2/+1 |
| | |||||
* | Put string up for translation | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Fix use after free | Sjoerd Simons | 2009-08-24 | 1 | -1/+4 |
| | |||||
* | Fix copyright date | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Fix some broken english | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Move the logs to the new location after creating the account | Sjoerd Simons | 2009-08-24 | 1 | -4/+92 |
| | |||||
* | Always set the mc4 imported gconf key | Sjoerd Simons | 2009-08-24 | 1 | -9/+2 |
| | |||||
* | Fix debug strings, don't unref the gconf client twice | Sjoerd Simons | 2009-08-24 | 1 | -4/+3 |
| | |||||
* | Add api to ask if we have importer our mc4 accounts | Sjoerd Simons | 2009-08-24 | 1 | -0/+14 |
| | |||||
* | Return TRUE if we imported any mc4 accounts | Sjoerd Simons | 2009-08-24 | 1 | -11/+19 |
| | |||||
* | Grab passwords from the keyring if needed | Sjoerd Simons | 2009-08-24 | 1 | -5/+42 |
| | |||||
* | Overhaul the importer slightly | Sjoerd Simons | 2009-08-24 | 1 | -341/+175 |
| | |||||
* | Use g_str_has_prefix convenience function for clarity | Sjoerd Simons | 2009-08-24 | 1 | -1/+2 |
| | |||||
* | Make the gconf entry be false by default | Sjoerd Simons | 2009-08-24 | 1 | -7/+8 |
| | |||||
* | Don't unref the account object as we don't own it | Sjoerd Simons | 2009-08-24 | 1 | -1/+0 |
| | |||||
* | Use new async enable api | Sjoerd Simons | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | Add empathy-import-mc4-accounts files | Arnaud Maillet | 2009-08-24 | 1 | -0/+555 |