[Bug 10809] Directory selection broken in 16-bit File dialog

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 20 10:59:17 CST 2007


http://bugs.winehq.org/show_bug.cgi?id=10809





--- Comment #15 from Alex Villacís Lasso <a_villacis at palosanto.com>  2007-12-20 10:59:16 ---
Created an attachment (id=9723)
 --> (http://bugs.winehq.org/attachment.cgi?id=9723)
Fix for another regression, in 3.1-style file dialog

This patch fixes another regression caused by the fix to LB_DIR to return -1
when no files match the wildcard (validated by tests). The Wine 3.1-style file
open/save dialogs assumed LB_ERR is a fatal error and stop. The patch removes
this assumption.

This one should really fix this bug. :-)
Patch already sent to wine-patches.

Changelog:
* LB_DIR can legitimately return -1 when no files match the wildcard, so it is
not an error. Do not treat it as such.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list