mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead
of VoidSymbol. Fixes: debbugs:15154
This commit is contained in:
parent
a8544941cf
commit
efec3894b2
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-08-26 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* gtkutil.c (xg_initialize): Set gtk-menu-bar-accel to "" instead
|
||||
of VoidSymbol (Bug#15154).
|
||||
|
||||
2013-08-26 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* lisp.h (Mouse_HLInfo): Drop set-but-unused members
|
||||
|
|
|
|||
|
|
@ -5044,10 +5044,10 @@ xg_initialize (void)
|
|||
(gdk_display_get_default ()));
|
||||
/* Remove F10 as a menu accelerator, it does not mix well with Emacs key
|
||||
bindings. It doesn't seem to be any way to remove properties,
|
||||
so we set it to VoidSymbol which in X means "no key". */
|
||||
so we set it to "" which in means "no key". */
|
||||
gtk_settings_set_string_property (settings,
|
||||
"gtk-menu-bar-accel",
|
||||
"VoidSymbol",
|
||||
"",
|
||||
EMACS_CLASS);
|
||||
|
||||
/* Make GTK text input widgets use Emacs style keybindings. This is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue