From ffec3e92a36ce871a71c5e739fbaf08fa957ab9c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 12 Mar 2003 17:27:11 +0000 Subject: New, to free/thaw the ETree models. (e_summary_shown_add_node): Don't * e-summary-shown.c (e_summary_shown_freeze, e_summary_shown_thaw): New, to free/thaw the ETree models. (e_summary_shown_add_node): Don't freeze/thaw around the single add here. That doesn't really help much. * e-summary-preferences.c (fill_rdf_etable): Freeze/thaw the ESummaryShown while filling it in. * e-summary-weather.c (e_summary_weather_fill_etable): Likewise. svn path=/trunk/; revision=20263 --- my-evolution/e-summary-shown.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'my-evolution/e-summary-shown.h') diff --git a/my-evolution/e-summary-shown.h b/my-evolution/e-summary-shown.h index 739e773a0f..4f6ffd4459 100644 --- a/my-evolution/e-summary-shown.h +++ b/my-evolution/e-summary-shown.h @@ -75,6 +75,9 @@ ETreePath e_summary_shown_add_node (ESummaryShown *shown, void e_summary_shown_remove_node (ESummaryShown *shown, gboolean all, ESummaryShownModelEntry *entry); +void e_summary_shown_freeze (ESummaryShown *shown); +void e_summary_shown_thaw (ESummaryShown *shown); GList *e_summary_shown_get_selection (ESummaryShown *shown, gboolean all); + #endif -- cgit v1.2.3