aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component/e-summary.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2000-12-12 04:00:24 +0800
committerIain Holmes <iain@src.gnome.org>2000-12-12 04:00:24 +0800
commitff47c653e0791c621b229bda7454795cd3a21217 (patch)
treef1c35b583f54e313102ea8c01d6707a3a588a6d2 /executive-summary/component/e-summary.h
parentcd4860d5678704047ac2882a74b2ba8e95b22737 (diff)
downloadgsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar.gz
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar.bz2
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar.lz
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar.xz
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.tar.zst
gsoc2013-evolution-ff47c653e0791c621b229bda7454795cd3a21217.zip
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
Diffstat (limited to 'executive-summary/component/e-summary.h')
-rw-r--r--executive-summary/component/e-summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary.h b/executive-summary/component/e-summary.h
index 90c1412f95..8d80b70939 100644
--- a/executive-summary/component/e-summary.h
+++ b/executive-summary/component/e-summary.h
@@ -81,7 +81,7 @@ struct _ESummaryClass {
GtkType e_summary_get_type (void);
GtkWidget *e_summary_new (const GNOME_Evolution_Shell shell);
-int e_summary_rebuild_page (ESummary *esummary);
+void e_summary_queue_rebuild (ESummary *esummary);
void e_summary_window_free (ESummaryWindow *window);
void e_summary_remove_window (ESummary *esummary,