aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-preferences.c')
-rw-r--r--my-evolution/e-summary-preferences.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index 3bdb6a6911..e32507fcc5 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -822,11 +822,12 @@ rdf_remove_clicked_cb (GtkButton *button,
row = GPOINTER_TO_INT (GTK_CLIST (pd->rdf->shown)->selection->data);
p = gtk_clist_get_row_data (GTK_CLIST (pd->rdf->shown), row);
gtk_clist_remove (GTK_CLIST (pd->rdf->shown), row);
-
+
pd->summary->preferences->rdf_urls = g_list_remove_link (pd->summary->preferences->rdf_urls, p);
g_free (p->data);
g_list_free (p);
+ gtk_clist_select_row (GTK_CLIST (pd->rdf->shown), row, 0);
gnome_property_box_changed (pd->box);
}
@@ -1022,6 +1023,7 @@ weather_remove_clicked_cb (GtkButton *button,
g_free (p->data);
g_list_free (p);
+ gtk_clist_select_row (GTK_CLIST (pd->weather->shown), row, 0);
gnome_property_box_changed (pd->box);
}