aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/windows/WinEventsWin32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/windows/WinEventsWin32.cpp')
-rw-r--r--xbmc/windowing/windows/WinEventsWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windowing/windows/WinEventsWin32.cpp b/xbmc/windowing/windows/WinEventsWin32.cpp
index e6033e327a..02cdb39544 100644
--- a/xbmc/windowing/windows/WinEventsWin32.cpp
+++ b/xbmc/windowing/windows/WinEventsWin32.cpp
@@ -345,7 +345,7 @@ LRESULT CALLBACK CWinEventsWin32::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, L
case SC_MONITORPOWER:
if (g_application.GetAppPlayer().IsPlaying() || g_application.GetAppPlayer().IsPausedPlayback())
return 0;
- else if(CServiceBroker::GetSettings().GetInt(CSettings::SETTING_POWERMANAGEMENT_DISPLAYSOFF) == 0)
+ else if(CServiceBroker::GetSettings()->GetInt(CSettings::SETTING_POWERMANAGEMENT_DISPLAYSOFF) == 0)
return 0;
break;
case SC_SCREENSAVE: