[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:45 UTC 2012


The following commit has been merged in the wheezy branch:
commit 35cbfd831fe42599b3d09dc161a7b52c8e44309d
Author: Austin English <austinenglish at gmail.com>
Date:   Mon May 21 16:52:40 2012 -0700

    uxtheme: plf is already a pointer.
    (cherry picked from commit d7ccfef25b5a128705dbfc11a717c2f4153f02c6)

diff --git a/dlls/uxtheme/metric.c b/dlls/uxtheme/metric.c
index c056f28..043f836 100644
--- a/dlls/uxtheme/metric.c
+++ b/dlls/uxtheme/metric.c
@@ -118,7 +118,7 @@ HRESULT WINAPI GetThemeSysFont(HTHEME hTheme, int iFontID, LOGFONTW *plf)
        }
     }
     if(iFontID == TMT_ICONTITLEFONT) {
-        if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), &plf, 0))
+        if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW), plf, 0))
             return HRESULT_FROM_WIN32(GetLastError());
     }
     else {

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list