From 9e36f744b8fa82629f2e688eda9ce72f160ead69 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 13 Aug 2001 23:33:48 +0000 Subject: Reload button svn path=/trunk/; revision=11978 --- my-evolution/e-summary-factory.c | 1 + my-evolution/e-summary.c | 7 +++++++ my-evolution/e-summary.h | 2 ++ 3 files changed, 10 insertions(+) (limited to 'my-evolution') diff --git a/my-evolution/e-summary-factory.c b/my-evolution/e-summary-factory.c index e6e5f75e85..1f709e1561 100644 --- a/my-evolution/e-summary-factory.c +++ b/my-evolution/e-summary-factory.c @@ -26,6 +26,7 @@ BonoboUIVerb verbs[] = { BONOBO_UI_VERB ("PrintMyEvolution", e_summary_print), BONOBO_UI_VERB ("ToolsSettings", e_summary_configure), + BONOBO_UI_VERB ("Reload", e_summary_reload), BONOBO_UI_VERB_END }; diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c index 40518b5eb5..dba1e5e0bd 100644 --- a/my-evolution/e-summary.c +++ b/my-evolution/e-summary.c @@ -645,6 +645,13 @@ e_summary_reconfigure (ESummary *summary) } } +void +e_summary_reload (GtkWidget *widget, + ESummary *summary) +{ + e_summary_reconfigure (summary); +} + int e_summary_count_connections (ESummary *summary) { diff --git a/my-evolution/e-summary.h b/my-evolution/e-summary.h index 8c2b4e7ee9..64d1918dd4 100644 --- a/my-evolution/e-summary.h +++ b/my-evolution/e-summary.h @@ -108,6 +108,8 @@ GtkType e_summary_get_type (void); GtkWidget *e_summary_new (const GNOME_Evolution_Shell shell); void e_summary_print (GtkWidget *widget, ESummary *summary); +void e_summary_reload (GtkWidget *widget, + ESummary *summary); void e_summary_draw (ESummary *summary); void e_summary_change_current_view (ESummary *summary, const char *uri); -- cgit v1.2.3