diff options
author | Milan Crha <mcrha@redhat.com> | 2011-10-13 16:28:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-10-13 16:30:19 +0800 |
commit | 2a384708440fb3adc32beaf0ae640208efe95476 (patch) | |
tree | b59b6bde9b4638af0bba1a397f18a4af411d5215 /modules | |
parent | 3b26bfc864956e32696a74c565261de18743df9d (diff) | |
download | gsoc2013-evolution-2a384708440fb3adc32beaf0ae640208efe95476.tar.gz gsoc2013-evolution-2a384708440fb3adc32beaf0ae640208efe95476.tar.zst gsoc2013-evolution-2a384708440fb3adc32beaf0ae640208efe95476.zip |
Bug #660721 - Online Account services not always activating
Diffstat (limited to 'modules')
-rw-r--r-- | modules/online-accounts/e-online-accounts-google.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/online-accounts/e-online-accounts-google.c b/modules/online-accounts/e-online-accounts-google.c index 04d7f9f39a..666c407511 100644 --- a/modules/online-accounts/e-online-accounts-google.c +++ b/modules/online-accounts/e-online-accounts-google.c @@ -249,6 +249,8 @@ online_accounts_google_sync_mail (GoaObject *goa_object, g_object_unref (account); } + e_account_list_save (account_list); + g_object_unref (goa_account); g_object_unref (goa_mail); } @@ -327,6 +329,7 @@ online_accounts_google_sync_calendar (GoaObject *goa_object, } g_object_unref (source_group); + g_object_unref (source_list); g_object_unref (goa_account); } @@ -387,6 +390,7 @@ online_accounts_google_sync_contacts (GoaObject *goa_object, } g_object_unref (source_group); + g_object_unref (source_list); g_object_unref (goa_account); } |