[Commits] [SCM] claws branch, master, updated. 4.3.1-4-gb3f05e3bf
wwp at claws-mail.org
wwp at claws-mail.org
Tue Feb 25 12:41:00 UTC 2025
The branch, master has been updated
via b3f05e3bf661929a7c3c8b293ffb1ac09aa36243 (commit)
from c04491e069ae3be1d5ed6e5aaa5ebb30f621cbd9 (commit)
Summary of changes:
src/plugins/notification/notification_trayicon.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit b3f05e3bf661929a7c3c8b293ffb1ac09aa36243
Author: wwp <subscript at free.fr>
Date: Tue Feb 25 13:40:21 2025 +0100
Remove hotkey indicators in tray icon menu items, apparently useless now.
diff --git a/src/plugins/notification/notification_trayicon.c b/src/plugins/notification/notification_trayicon.c
index d5a4e637d..50f4513ad 100644
--- a/src/plugins/notification/notification_trayicon.c
+++ b/src/plugins/notification/notification_trayicon.c
@@ -118,18 +118,18 @@ static GtkWidget *focused_widget = NULL;
static GtkActionEntry trayicon_popup_menu_entries[] = {
{"SysTrayiconPopup", NULL, "SysTrayiconPopup", NULL, NULL, NULL },
- {"SysTrayiconPopup/GetMail", NULL, N_("_Get Mail"), NULL, NULL, G_CALLBACK(trayicon_get_all_cb) },
- {"SysTrayiconPopup/GetMailAcc", NULL, N_("_Get Mail from account"), NULL, NULL, NULL },
+ {"SysTrayiconPopup/GetMail", NULL, N_("Get Mail"), NULL, NULL, G_CALLBACK(trayicon_get_all_cb) },
+ {"SysTrayiconPopup/GetMailAcc", NULL, N_("Get Mail from account"), NULL, NULL, NULL },
{"SysTrayiconPopup/---", NULL, "---", NULL, NULL, NULL },
- {"SysTrayiconPopup/Email", NULL, N_("_Email"), NULL, NULL, G_CALLBACK(trayicon_compose_cb) },
- {"SysTrayiconPopup/EmailAcc", NULL, N_("E_mail from account"), NULL, NULL, NULL },
- {"SysTrayiconPopup/OpenAB", NULL, N_("Open A_ddressbook"), NULL, NULL, G_CALLBACK(trayicon_addressbook_cb) },
- {"SysTrayiconPopup/Exit", NULL, N_("E_xit Claws Mail"), NULL, NULL, G_CALLBACK(trayicon_exit_cb) },
+ {"SysTrayiconPopup/Email", NULL, N_("Email"), NULL, NULL, G_CALLBACK(trayicon_compose_cb) },
+ {"SysTrayiconPopup/EmailAcc", NULL, N_("Email from account"), NULL, NULL, NULL },
+ {"SysTrayiconPopup/OpenAB", NULL, N_("Open Addressbook"), NULL, NULL, G_CALLBACK(trayicon_addressbook_cb) },
+ {"SysTrayiconPopup/Exit", NULL, N_("Exit Claws Mail"), NULL, NULL, G_CALLBACK(trayicon_exit_cb) },
};
static GtkToggleActionEntry trayicon_popup_toggle_menu_entries[] =
{
- {"SysTrayiconPopup/ToggleOffline", NULL, N_("_Work Offline"), NULL, NULL, G_CALLBACK(trayicon_toggle_offline_cb), FALSE },
+ {"SysTrayiconPopup/ToggleOffline", NULL, N_("Work Offline"), NULL, NULL, G_CALLBACK(trayicon_toggle_offline_cb), FALSE },
#ifdef HAVE_LIBNOTIFY
{"SysTrayiconPopup/ShowBubbles", NULL, N_("Show Trayicon Notifications"), NULL, NULL, G_CALLBACK(trayicon_toggle_notify_cb), FALSE },
#endif
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list