aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-08-14 07:33:48 +0800
committerIain Holmes <iain@src.gnome.org>2001-08-14 07:33:48 +0800
commit9e36f744b8fa82629f2e688eda9ce72f160ead69 (patch)
tree7d14073b1c9e97d2e8e075c441c4e20f913504c4 /my-evolution
parent6445ee2089907d53a98848c36d108d2f6439f7f5 (diff)
downloadgsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.gz
gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.tar.zst
gsoc2013-evolution-9e36f744b8fa82629f2e688eda9ce72f160ead69.zip
Reload button
svn path=/trunk/; revision=11978
Diffstat (limited to 'my-evolution')
-rw-r--r--my-evolution/e-summary-factory.c1
-rw-r--r--my-evolution/e-summary.c7
-rw-r--r--my-evolution/e-summary.h2
3 files changed, 10 insertions, 0 deletions
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);
lgeni2019-04-152-4/+4 * lang/erlang-runtime20,21: remove GS option.olgeni2019-04-141-6/+1 * lang/erlang-runtime21: restore Corba support.olgeni2019-04-142-5/+21 * Update lang/erlang-runtime21 to version 21.3.4.olgeni2019-04-122-4/+7 * lang/erlang-runtime21: switch to GitHub build and update to 21.3.3.olgeni2019-04-102-38/+24 * lang/erlang-runtime21: repair broken port fetchdch2019-03-191-1/+2 * lang/erlang-runtime21: update to 21.3dch2019-03-182-8/+9 * The HIPE compiler is not available on powerpc64. Disable this optionlinimon2019-01-221-0/+1 * databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updateddch2018-12-201-0/+1 * Update lang/erlang-runtime21 to version 21.2.olgeni2018-12-122-10/+8 * security/openssl-devel was removed, but there is a security/openssl111 now.mat2018-11-101-1/+1 * Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-2/+1 * Update lang/erlang-runtime21 to version 21.1.1.olgeni2018-10-262-5/+7 * Update lang/erlang-runtime21 to version 21.1.olgeni2018-09-273-39/+8 * Update lang/erlang-runtime21 to version 21.0.9.olgeni2018-09-142-5/+7 * Update lang/erlang-runtime21 to version 21.0.8.olgeni2018-09-072-5/+7 * Update lang/erlang-runtime21 to version 21.0.7.olgeni2018-08-312-5/+8 * Update lang/erlang-runtime21 to version 21.0.6.olgeni2018-08-252-6/+9 * lang/erlang-runtime{20,21}: Add patch to fix build on i386dumbbell2018-07-302-0/+12 * Update lang/erlang-runtime21 to version 21.0.4.olgeni2018-07-262-5/+8 * Update lang/erlang-runtime21 to version 21.0.3.olgeni2018-07-132-5/+7 * Update lang/erlang-runtime21 to version 21.0.2.olgeni2018-07-052-28/+7 * lang/erlang-runtime21: I forgot to commit a removed file...olgeni2018-07-031-10464/+0 * Fix PKGNAMEantoine2018-06-281-1/+1 * Add lang/erlang-runtime21, tracking branch 21 of Erlang.olgeni2018-06-274-7/+12