From ff47c653e0791c621b229bda7454795cd3a21217 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 11 Dec 2000 20:00:24 +0000 Subject: Only allow one e_summary_rebuild_page to be queued. Fixes the race condition that having one rdf-summary seemed to cause. svn path=/trunk/; revision=6912 --- executive-summary/component/e-summary-factory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'executive-summary/component/e-summary-factory.c') diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 48c35f9035..5d32b3ee6b 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -202,6 +202,5 @@ e_summary_factory_new_control (const char *uri, control_list = g_list_prepend (control_list, control); - e_summary_rebuild_page (E_SUMMARY (esummary)); return control; } -- cgit v1.2.3