GNOME Bugzilla – Bug 323073
Typo in trap_activate_cb()
Last modified: 2011-02-04 16:20:07 UTC
Please describe the problem: This is a fix for a small typo I ran into while looking for something else. Proposed patch attached. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 55561 [details] [review] Patch
Oooooh, good catch! This could be the reason for bug #317873. I'll test this ASAP.
*** Bug 317873 has been marked as a duplicate of this bug. ***
Thanks for the patch, Sadrul. I've committed it to the HEAD and gtk-2-8 branches. 2005-12-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state & modifiers", not "event->state && modifiers". Patch by Sadrul Habib Chowdhury <imadil@gmail.com>. Fixes bug #323073.