regedit: also refresh the listview

Jan Zerebecki jan.wine at zerebecki.de
Wed Sep 6 03:44:33 CDT 2006


If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
regedit: also refresh the listview
---

 programs/regedit/framewnd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/regedit/framewnd.c b/programs/regedit/framewnd.c
index 9dd73fd..a04b0c0 100644
--- a/programs/regedit/framewnd.c
+++ b/programs/regedit/framewnd.c
@@ -795,7 +795,7 @@ static BOOL _CmdWndProc(HWND hWnd, UINT 
     }
     case ID_VIEW_REFRESH:
         RefreshTreeView(g_pChildWnd->hTreeWnd);
-        /*RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL); */
+        RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL);
         break;
    /*case ID_OPTIONS_TOOLBAR:*/
    /*	toggle_child(hWnd, LOWORD(wParam), hToolBar);*/



More information about the wine-patches mailing list