79444: [1/2] comctl32/monthcal: Fix week numbers background color

buildbot at kegel.com buildbot at kegel.com
Fri Sep 30 09:09:39 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-ati while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-ati/builds/26 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
fatal: Unable to look up source.winehq.org (port 9418) (Name or service not known)
fatal: Unable to look up source.winehq.org (port 9418) (Name or service not known)

-------------- next part --------------
From: Nikolay Sivov <nsivov at codeweavers.com>
Subject: [1/2] comctl32/monthcal: Fix week numbers background color
Message-Id: <4E84EB94.1080403 at codeweavers.com>
Date: Fri, 30 Sep 2011 02:05:08 +0400

Fix week numbers background color

From bcbc0df0da4a7b4d6a6ac20d91c9400032d7f7ac Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <nsivov at codeweavers.com>
Date: Wed, 28 Sep 2011 16:33:37 +0400
Subject: [PATCH 1/2] Fix week numbers background color

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

diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c
index e73b40a..cdc63ed 100644
--- a/dlls/comctl32/monthcal.c
+++ b/dlls/comctl32/monthcal.c
@@ -962,7 +962,7 @@ static void MONTHCAL_PaintWeeknumbers(const MONTHCAL_INFO *infoPtr, HDC hdc, con
   r = infoPtr->calendars[calIdx].weeknums;
 
   /* erase whole week numbers area */
-  FillRect(hdc, &r, infoPtr->brushes[BrushTitle]);
+  FillRect(hdc, &r, infoPtr->brushes[BrushMonth]);
   SetTextColor(hdc, infoPtr->colors[MCSC_TITLEBK]);
 
   /* reduce rectangle to one week number */
-- 
1.7.1



More information about the wine-tests-results mailing list