aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c7
1 files changed, 7 insertions, 0 deletions
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)
{