From 4bc7cbc83e8c779a7b546e2557e2de037d547622 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 22 Aug 2001 22:51:06 +0000 Subject: Change the property bag to set svn path=/trunk/; revision=12404 --- my-evolution/ChangeLog | 5 +++++ my-evolution/e-summary-preferences.c | 1 + 2 files changed, 6 insertions(+) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 03d9033a1d..a6d07c828e 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2001-08-22 Iain Holmes + + * e-summary-preferences.c (mail_show_full_path_toggled): Set the + property box to changed. + 2001-08-22 Iain Holmes * e-summary-mail.c (make_pretty_foldername): If show_full_path is TRUE 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 -- cgit v1.2.3