aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/gtkutil.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8054295979..d50f9fbe518 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * gtkutil.c (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
4
12007-07-30 Katsumi Yamaoka <yamaoka@jpl.org> 52007-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
2 6
3 * puresize.h (BASE_PURESIZE): Increase to 1130000. 7 * puresize.h (BASE_PURESIZE): Increase to 1130000.
diff --git a/src/gtkutil.c b/src/gtkutil.c
index d463e0e6d79..f52e68b1230 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -3374,11 +3374,6 @@ xg_tool_bar_callback (w, client_data)
3374 XSETFRAME (frame, f); 3374 XSETFRAME (frame, f);
3375 event.kind = TOOL_BAR_EVENT; 3375 event.kind = TOOL_BAR_EVENT;
3376 event.frame_or_window = frame; 3376 event.frame_or_window = frame;
3377 event.arg = frame;
3378 kbd_buffer_store_event (&event);
3379
3380 event.kind = TOOL_BAR_EVENT;
3381 event.frame_or_window = frame;
3382 event.arg = key; 3377 event.arg = key;
3383 /* Convert between the modifier bits GDK uses and the modifier bits 3378 /* Convert between the modifier bits GDK uses and the modifier bits
3384 Emacs uses. This assumes GDK an X masks are the same, which they are when 3379 Emacs uses. This assumes GDK an X masks are the same, which they are when