From 4aa7a79f2e1e30bbe5c5a674edcf1da048745450 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 13 Nov 2012 19:58:31 +0100 Subject: [PATCH] Also enable the toolbar button for send/receive --- src/mailer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mailer.c b/src/mailer.c index fd00a39..c76e8e0 100644 --- a/src/mailer.c +++ b/src/mailer.c @@ -240,7 +240,8 @@ static DesktopToolbar _mailer_fo_toolbar[] = { N_("New mail"), G_CALLBACK(on_file_new_mail), "stock_mail-compose", 0, 0, NULL }, { "", NULL, NULL, 0, 0, NULL }, - { N_("Send / Receive"), NULL, "stock_mail-send-receive", 0, 0, NULL }, + { N_("Send / Receive"), G_CALLBACK(on_file_send_receive), + "stock_mail-send-receive", 0, 0, NULL }, { N_("Stop"), NULL, GTK_STOCK_STOP, 0, GDK_KEY_Escape, NULL }, { "", NULL, NULL, 0, 0, NULL }, #ifndef EMBEDDED