After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323073 - Typo in trap_activate_cb()
Typo in trap_activate_cb()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other All
: Normal normal
: ---
Assigned To: Federico Mena Quintero
Federico Mena Quintero
: 317873 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-12-03 00:04 UTC by Sadrul Habib Chowdhury
Modified: 2011-02-04 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (760 bytes, patch)
2005-12-03 00:06 UTC, Sadrul Habib Chowdhury
none Details | Review

Description Sadrul Habib Chowdhury 2005-12-03 00:04:57 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:
Comment 1 Sadrul Habib Chowdhury 2005-12-03 00:06:06 UTC
Created attachment 55561 [details] [review]
Patch
Comment 2 Federico Mena Quintero 2005-12-06 01:42:55 UTC
Oooooh, good catch!  This could be the reason for bug #317873.  I'll test this ASAP.
Comment 3 Federico Mena Quintero 2005-12-06 03:07:56 UTC
*** Bug 317873 has been marked as a duplicate of this bug. ***
Comment 4 Federico Mena Quintero 2005-12-06 03:12:17 UTC
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.