Jan Zerebecki : regedit: Also refresh the listview.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 7 09:20:21 CDT 2006


Module: wine
Branch: master
Commit: 2a42379a8e956619001f7b4ac557ef618ccdd8ac
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=2a42379a8e956619001f7b4ac557ef618ccdd8ac

Author: Jan Zerebecki <jan.wine at zerebecki.de>
Date:   Wed Sep  6 10:44:33 2006 +0200

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-cvs mailing list