Hugh McMaster : regedit: Update the status bar when moving to the ' Computer' root node.

Alexandre Julliard julliard at winehq.org
Wed May 31 16:20:17 CDT 2017


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

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Wed May 31 13:06:55 2017 +0000

regedit: Update the status bar when moving to the 'Computer' root node.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regedit/childwnd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/regedit/childwnd.c b/programs/regedit/childwnd.c
index 2f77f2f..0e4ed57 100644
--- a/programs/regedit/childwnd.c
+++ b/programs/regedit/childwnd.c
@@ -180,6 +180,7 @@ static void OnTreeSelectionChanged(HWND hwndTV, HWND hwndLV, HTREEITEM hItem, BO
         if (rootitem == hItem)
         {
             SendMessageW(hwndLV, LVM_DELETEALLITEMS, 0, 0);
+            UpdateStatusBar();
             return;
         }
 




More information about the wine-cvs mailing list