diff options
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r-- | mail/mail-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c index 16c4bef88b..68c17c7d6c 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -1597,7 +1597,7 @@ on_cmdSourcesEdit_clicked (GtkWidget *widget, gpointer user_data) GtkWidget *dialog; char *sourcep; - if (identity_row == -1) + if (source_row == -1) return; sourcep = gtk_clist_get_row_data (GTK_CLIST (user_data), source_row); @@ -1617,7 +1617,7 @@ on_cmdSourcesDelete_clicked (GtkWidget *widget, gpointer user_data) return; gtk_clist_remove (GTK_CLIST (user_data), source_row); - identity_row = -1; + source_row = -1; } static void |