Andrew Talbot : user32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 08:16:16 CST 2007


Module: wine
Branch: master
Commit: 1818d3a2080f798aaec318618228acbaafd5bea1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1818d3a2080f798aaec318618228acbaafd5bea1

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Nov 22 20:07:56 2007 +0000

user32: Fix a typo.

---

 dlls/user32/combo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c
index 1709f28..b846618 100644
--- a/dlls/user32/combo.c
+++ b/dlls/user32/combo.c
@@ -774,7 +774,7 @@ static void CBPaintText(
 	 clipRegion=NULL;
        }
 
-       if (!IsWindowEnabled(lphc->self) & WS_DISABLED) itemState |= ODS_DISABLED;
+       if (!IsWindowEnabled(lphc->self)) itemState |= ODS_DISABLED;
 
        dis.CtlType	= ODT_COMBOBOX;
        dis.CtlID	= ctlid;




More information about the wine-cvs mailing list