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 127881 - gtkfilechooserdefault.c
gtkfilechooserdefault.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.3.x
Other opensolaris
: Normal blocker
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-11-25 11:08 UTC by Jonas Jonsson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Jonas Jonsson 2003-11-25 11:08:20 UTC
On line 1688:
if (index < 0)

Should be:
if (filter_index < 0)
Comment 1 Owen Taylor 2003-11-25 22:38:01 UTC
This is with 1.3.0, right? I'm pretty sure the problem 
has been fixed since.
Comment 2 Jonas Jonsson 2003-11-28 12:26:55 UTC
2.3.0 was the version, not 1.3.0 :)