aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary-preferences.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 03d9033a1d..a6d07c828e 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,10 @@
2001-08-22 Iain Holmes <iain@ximian.com>
+ * e-summary-preferences.c (mail_show_full_path_toggled): Set the
+ property box to changed.
+
+2001-08-22 Iain Holmes <iain@ximian.com>
+
* e-summary-mail.c (make_pretty_foldername): If show_full_path is TRUE
then return the full path. Take in the ESummary as well.
(folder_gen_html): Pass ESummary to make_pretty_foldername.
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index 7fc0f07c38..d4d855c4d5 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -726,6 +726,7 @@ mail_show_full_path_toggled_cb (GtkToggleButton *tb,
PropertyData *pd)
{
pd->summary->preferences->show_full_path = gtk_toggle_button_get_active (tb);
+ gnome_property_box_changed (pd->box);
}
static void