GNOME Bugzilla – Bug 731913
contacts-accounts-list: Don’t add a missing local store to the UI
Last modified: 2014-06-19 17:21:44 UTC
This fixes a crash reported on the mailing list: https://mail.gnome.org/archives/gnome-contacts-list/2014-June/msg00009.html (gnome-contacts:9413): eds-CRITICAL **: edsf_persona_store_get_source: assertion 'self != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007fffe97604ca in g_logv () from /usr/local/lib/libglib-2.0.so.0 (gdb) thread apply all backtrace
+ Trace 233712
Thread 1 (LWP 9413)
Created attachment 278769 [details] [review] contacts-accounts-list: Don’t add a missing local store to the UI If the local store can’t be found, don’t add it to the UI.
Looks good to me. Commit now
Comment on attachment 278769 [details] [review] contacts-accounts-list: Don’t add a missing local store to the UI commit 4737f02f3d6c7d6364e92f6d9a938e50d5609bf7 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Thu Jun 19 15:56:43 2014 +0100 contacts-accounts-list: Don’t add a missing local store to the UI If the local store can’t be found, don’t add it to the UI. https://bugzilla.gnome.org/show_bug.cgi?id=731913 src/contacts-accounts-list.vala | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-)