app: add parentheses to clarify things

This commit is contained in:
Michael Natterer 2012-12-14 09:40:52 +01:00
parent 9b6703371e
commit 99ed568543
1 changed files with 1 additions and 1 deletions
app/widgets

View File

@ -100,7 +100,7 @@ gimp_window_key_press_event (GtkWidget *widget,
accel_mods |= gtk_window_get_mnemonic_modifier (window);
/* invoke modified accelerators */
if (! handled && event->state & accel_mods)
if (! handled && (event->state & accel_mods))
{
handled = gtk_window_activate_key (window, event);