From 357269a48612177ebf5905fc115b123048cfd9a3 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Wed, 9 Sep 2015 22:31:34 +0200 Subject: [PATCH] comctl32-Button_Theming: Improve patch subject. --- ...omctl32-fix-buttons-becoming-unthemed-when-pressed-.patch | 5 +++-- patches/patchinstall.sh | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/patches/comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch b/patches/comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch index f72e7b4a..d2665ffb 100644 --- a/patches/comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch +++ b/patches/comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch @@ -1,8 +1,9 @@ From 3651880f20c67b92c384f805191b1b5e3a3a8631 Mon Sep 17 00:00:00 2001 From: Samuel Kim Date: Sat, 5 Sep 2015 21:40:00 -0400 -Subject: comctl32: fix buttons becoming unthemed when pressed/released Fixes - 37584. +Subject: comctl32: fix buttons becoming unthemed when pressed/released + +Fixes 37584. --- dlls/comctl32/theme_button.c | 8 ++++++++ diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 55c3bc76..5792dd19 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "e28d6b2fb099795d2472a97d7ab0bfe868e90421" + echo "e19a8fd706768aa2bcbeeec2f22ca991c4821ad3" } # Show version information @@ -2303,7 +2303,7 @@ fi if test "$enable_comctl32_Button_Theming" -eq 1; then patch_apply comctl32-Button_Theming/0001-comctl32-fix-buttons-becoming-unthemed-when-pressed-.patch ( - echo '+ { "Samuel Kim", "comctl32: fix buttons becoming unthemed when pressed/released Fixes 37584.", 1 },'; + echo '+ { "Samuel Kim", "comctl32: fix buttons becoming unthemed when pressed/released.", 1 },'; ) >> "$patchlist" fi