儲存庫 vbox 的更動 13683
- 時間撮記:
- 2008-10-30 下午05:49:17 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/win/HostPowerWin.cpp
r13682 r13683 160 160 { 161 161 /* If the machine has less than 5% battery left (and is not connected to the AC), then we should save the state. */ 162 if ( SystemPowerStatus.ACLineStatus == 0 /* offline */ 163 && SystemPowerStatus.BatteryFlag != 255 /* unknown */ 164 && (SystemPowerStatus.BatteryFlag & 4 /* critical battery status; less than 5% */)) 162 if ( SystemPowerStatus.ACLineStatus == 0 /* offline */ 163 && SystemPowerStatus.BatteryFlag == 4 /* critical battery status; less than 5% */) 165 164 { 166 165 pPowerObj->notify(HostPowerEvent_BatteryLow);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器