Re: [evolution-patches] [addressbook] [mailer] Fix for Bug #326652



+       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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]