[STOBJECT][MMSYS][POWERCFG] Store the "Show x icon in the taskbar" setting for the...
[reactos.git] / dll / cpl / mmsys / volume.c
index 4c3189b..b8e546e 100644 (file)
@@ -365,7 +365,7 @@ SaveData(HWND hwndDlg)
 
     bShowIcon = (IsDlgButtonChecked(hwndDlg, IDC_ICON_IN_TASKBAR) == BST_CHECKED);
 
-    SetSystrayVolumeIconState(!bShowIcon);
+    SetSystrayVolumeIconState(bShowIcon);
 }
 
 VOID