GNOME Bugzilla – Bug 707518
Deleting a local address book triggers error "Unable to open address book"
Last modified: 2014-01-27 13:56:05 UTC
Evo 3.8.5 STEPS: 1. New > Address Book 2. Enter a name 3. Hit "OK" 4. Choose address book in left pane 5. Right-click 6. Delete the address book ACTUAL OUTCOME: "Unable to open address book This address book cannot be opened. Please check that the path exists and that permissions are set to access it." EXPECTED OUTCOME: No error for intended, user-initiated action. REPRODUCBILITY: 2 out of 2
Still there for git master (after 3.11.4). The source removal triggers an ESourceSelector model rebuild, which triggers primary-selection-change signal emit, which tries to open a book for just removed ESource, which fails. Created commit 3066ddf in evo master (3.11.5+) Created commit d90cd8b in evo gnome-3-10 (3.10.4+)