[1/2]comdlg: windows does not send CDN_SELCHANGE when an Open/Save dialog is created

Ricardo Filipe ricardojdfilipe at gmail.com
Thu Apr 9 06:48:17 CDT 2009


i've used the currents tests debugging what notifications are called and
windows does not send this notification on the creation of a new Open/Save
window.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090409/8648558d/attachment.htm>
-------------- next part --------------
From 7fba4063cf21a202c851f3412840f79af51664f1 Mon Sep 17 00:00:00 2001
From: Ricardo Filipe <ricardo_barbano at hotmail.com>
Date: Thu, 9 Apr 2009 12:40:24 +0100
Subject: comdlg: windows does not send CDN_SELCHANGE when it opens a new dialog

---
 dlls/comdlg32/filedlg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c
index 4c2164d..f7fafff 100644
--- a/dlls/comdlg32/filedlg.c
+++ b/dlls/comdlg32/filedlg.c
@@ -1009,7 +1009,6 @@ INT_PTR CALLBACK FileOpenDlgProc95(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
 
          SendCustomDlgNotificationMessage(hwnd,CDN_INITDONE);
          SendCustomDlgNotificationMessage(hwnd,CDN_FOLDERCHANGE);
-         SendCustomDlgNotificationMessage(hwnd,CDN_SELCHANGE);
          return 0;
        }
     case WM_COMMAND:
-- 
1.5.6.3


More information about the wine-patches mailing list