aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-prefs.c')
-rw-r--r--mail/em-account-prefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c
index 6ae6b35ed5..4ddffd0d60 100644
--- a/mail/em-account-prefs.c
+++ b/mail/em-account-prefs.c
@@ -262,6 +262,9 @@ account_delete_clicked (GtkButton *button, gpointer user_data)
len = e_list_length ((EList *) accounts);
if (len > 0) {
+ if ( !gtk_list_store_iter_is_valid ((GtkListStore *) model, &iter))
+ gtk_tree_model_get_iter_first (model, &iter);
+
gtk_tree_selection_select_iter (selection, &iter);
} else {
gtk_widget_set_sensitive (GTK_WIDGET (prefs->mail_edit), FALSE);