(xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.

This commit is contained in:
Stefan Monnier 2007-07-31 16:28:24 +00:00
parent b6e9189c67
commit 65a9c8e243
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
* gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
2007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
* puresize.h (BASE_PURESIZE): Increase to 1130000.

View file

@ -3372,11 +3372,6 @@ xg_tool_bar_callback (w, client_data)
key = AREF (f->tool_bar_items, idx + TOOL_BAR_ITEM_KEY);
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;