diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:51:06 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-23 06:51:06 +0800 |
commit | 4bc7cbc83e8c779a7b546e2557e2de037d547622 (patch) | |
tree | c5a3d5f7de98ec1423828a01c5cfb2f2e80bc373 | |
parent | 0af9d4d9864670f408b39cdec77e83c661e70584 (diff) | |
download | gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar.gz gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar.bz2 gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar.lz gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar.xz gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.tar.zst gsoc2013-evolution-4bc7cbc83e8c779a7b546e2557e2de037d547622.zip |
Change the property bag to set
svn path=/trunk/; revision=12404
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/e-summary-preferences.c | 1 |
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 |