[Commits] [SCM] claws branch, master, updated. 3.15.0-73-gdc5de8c
ticho at claws-mail.org
ticho at claws-mail.org
Sat Jul 1 11:40:18 CEST 2017
The branch, master has been updated
via dc5de8ca50faf4f9f4c456e3e6ba5887db05ccbc (commit)
from bd6cfc227c3386329ce7baef2aac10788e47c445 (commit)
Summary of changes:
src/gtk/gtkaspell.c | 6 ------
1 file changed, 6 deletions(-)
- Log -----------------------------------------------------------------
commit dc5de8ca50faf4f9f4c456e3e6ba5887db05ccbc
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Jul 1 11:39:06 2017 +0200
Removed the "Change to..." fake menuitem from spelling dictionaries menu.
Closes bug #3843: Non-functional "Change to…" command in Spelling menu
diff --git a/src/gtk/gtkaspell.c b/src/gtk/gtkaspell.c
index 74001c1..aba2969 100644
--- a/src/gtk/gtkaspell.c
+++ b/src/gtk/gtkaspell.c
@@ -1797,12 +1797,6 @@ static GtkWidget *make_dictionary_list_submenu(GtkAspell *gtkaspell)
menu = gtk_menu_new();
curmenu = menu;
- item = gtk_menu_item_new_with_label(_("Change to..."));
- gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
-
- item = gtk_separator_menu_item_new();
- gtk_menu_shell_append(GTK_MENU_SHELL(menu), item);
-
for (tmp = gtkaspellcheckers->dictionary_list; tmp != NULL;
tmp = g_slist_next(tmp)) {
if (count == MENUCOUNT) {
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list