GNOME Bugzilla – Bug 629483
e-data-server-ui-WARNING **: ENameSelectorEntry is out of sync with model!
Last modified: 2012-01-16 10:28:17 UTC
evolution 2.31.92 While composing a message and doing auto completion. I have only local address book selected for auto completion. gdb traces of evolution
+ Trace 223684
Continuing. (evolution:12445): e-data-server-ui-WARNING **: ENameSelectorEntry is out of sync with model!
One of possible steps to reproduce this (paraphrased from bug #250046 comment #22): a) copy & paste this text into To: field in the composer: "user, name" <user@example.com> b) focus CC:, then go back to To: and remove quotes from left to right to get: user, name <user@example.com> * The warning is shown when the second quote is deleted c) now focus CC: and back To: field and write quotes back, to have it like: "user, name" <user@example.com> d) tab out of To: field and the result is: name <user@example.com>, "user, name" <user@example.com> * which is wrong
Created attachment 176514 [details] [review] Patch for Syncing Destination properly Adding a dummy destination again after syncing the destination. so that next entry could be added.
Thanks for the patch, though I can reproduce both issues described in comment #1 even with your patch.
*** Bug 641250 has been marked as a duplicate of this bug. ***
I committed the patch as a fix for bug #641250: Created commit e2b23fe in eds master (2.91.90+) Created commit 04de6a3 in eds gnome-2-32 (2.32.2+)