Mercurial > emacs
diff src/gtkutil.c @ 90999:35e3789db058
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 839-842)
- Update from CVS
- Change capitalization of VC backend names for new backends
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-240
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 03 Aug 2007 05:27:05 +0000 |
parents | f55f9811f5d7 c6692abac164 |
children | 424b655804ca |
line wrap: on
line diff
--- a/src/gtkutil.c Fri Aug 03 05:20:51 2007 +0000 +++ b/src/gtkutil.c Fri Aug 03 05:27:05 2007 +0000 @@ -3374,11 +3374,6 @@ XSETFRAME (frame, f); event.kind = TOOL_BAR_EVENT; event.frame_or_window = frame; - event.arg = frame; - kbd_buffer_store_event (&event); - - event.kind = TOOL_BAR_EVENT; - event.frame_or_window = frame; event.arg = key; /* Convert between the modifier bits GDK uses and the modifier bits Emacs uses. This assumes GDK an X masks are the same, which they are when