Re: [addressbook] [mailer] Fix for Bug #326652
Chris Toshok <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
+ if (!gtk_tree_model_get_iter (GTK_TREE_MODEL (name_selector_dialog->contact_sort), + &iter, path)) + g_assert_not_reached (); A patch to fix a crash should probably not include explicit calls to abort(). There are two of these. Chris