diff options
Diffstat (limited to 'executive-summary/component/e-summary.h')
-rw-r--r-- | executive-summary/component/e-summary.h | 2 |
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, |