=== modified file 'modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c' --- modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c 2014-09-09 10:21:50 +0000 +++ modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c 2014-09-25 12:08:06 +0000 @@ -891,9 +891,10 @@ extensible = e_extension_get_extensible (extension); /* Wait for the registry service to acquire its well-known - * bus name so we don't do anything destructive beforehand. */ + * bus name so we don't do anything destructive beforehand. + * Run last so that all the sources get loaded first. */ - g_signal_connect ( + g_signal_connect_after ( extensible, "bus-acquired", G_CALLBACK (ubuntu_online_accounts_bus_acquired_cb), extension);