From 5b819c81ff5f75f7e79f174a4f507eef33bd65f0 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 14 Mar 2003 05:14:23 +0000 Subject: pass FALSE for expand to e_summary_shown_add_node. ditto, 2003-03-13 Mike Kestner * e-summary-preferences.c (fill_rdf_etable): pass FALSE for expand to e_summary_shown_add_node. * e-summary-shown.c (make_table): ditto, set_expanded_default to FALSE. (add_node): only call e_tree_node_set_expanded is expanded != default. * e-summary-weather.c (*_fill_etable): pass FALSE for expand to e_summary_shown_add_node. svn path=/trunk/; revision=20284 --- my-evolution/e-summary-weather.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary-weather.c') diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 77614198f7..a6a2497370 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -729,12 +729,12 @@ e_summary_weather_fill_etable (ESummaryShown *ess) entry->name = g_strdup (locdata[0]); entry->showable = TRUE; - location = e_summary_shown_add_node (ess, TRUE, entry, state, TRUE, NULL); + location = e_summary_shown_add_node (ess, TRUE, entry, state, FALSE, NULL); if (is_weather_shown (locdata[1]) == TRUE) { entry = g_new (ESummaryShownModelEntry, 1); entry->location = g_strdup (locdata[1]); entry->name = g_strdup (locdata[0]); - location = e_summary_shown_add_node (ess, FALSE, entry, NULL, TRUE, NULL); + location = e_summary_shown_add_node (ess, FALSE, entry, NULL, FALSE, NULL); } g_strfreev (locdata); } -- cgit v1.2.3