turn mouse_mode off to prevent focus issues with the run application

2007-04-03  Elijah Newren  <newren gmail com>

	* src/keybindings.c (handle_panel_keybinding): turn mouse_mode off
	to prevent focus issues with the run application dialog.  Fixes
	#374752.

svn path=/trunk/; revision=3149
This commit is contained in:
Elijah Newren 2007-04-03 20:19:12 +00:00 committed by Elijah Newren
parent 350225ea37
commit da7d198757
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-04-03 Elijah Newren <newren gmail com>
* src/keybindings.c (handle_panel_keybinding): turn mouse_mode off
to prevent focus issues with the run application dialog. Fixes
#374752.
2007-04-03 Elijah Newren <newren gmail com>
Avoid some crashes when dragging windows partially offscreen.

View File

@ -3194,7 +3194,9 @@ handle_panel_keybinding (MetaDisplay *display,
ev.data.l[1] = event->xkey.time;
meta_topic (META_DEBUG_KEYBINDINGS,
"Sending panel message with timestamp %lu\n", event->xkey.time);
"Sending panel message with timestamp %lu, and turning mouse_mode "
"off due to keybinding press\n", event->xkey.time);
display->mouse_mode = FALSE;
meta_error_trap_push (display);