[Bug 15580] The Bat! v4.0.34.13 - lose birthday in addressbook

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 11 09:30:50 CDT 2009


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





--- Comment #11 from Nikolay Sivov <bunglehead at gmail.com>  2009-10-11 09:30:49 ---
Created an attachment (id=24031)
 --> (http://bugs.winehq.org/attachment.cgi?id=24031)
Datetime notifications fix

This patch fixes a problem for me, will send it to list on Monday for
inclusion. Not sure if it applies cleanly on 1.1.31 but part about this bug is:
---
-    dtdtc.dwFlags = (infoPtr->dwStyle & DTS_SHOWNONE) ? GDT_NONE : GDT_VALID;
+    dtdtc.dwFlags = infoPtr->dateValid ? GDT_VALID : GDT_NONE; 
---

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list