From 8b0be84aaf5da9b43ab6935c1939bf77caf0aa02 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 04 Jan 2004 23:36:39 +0000 Subject: better not shutoff the display without shutting it on again :D --- (limited to 'core/applets/rotateapplet/rotate.cpp') diff --git a/core/applets/rotateapplet/rotate.cpp b/core/applets/rotateapplet/rotate.cpp index ea114bb..79098d4 100644 --- a/core/applets/rotateapplet/rotate.cpp +++ b/core/applets/rotateapplet/rotate.cpp @@ -78,7 +78,7 @@ void RotateApplet::channelReceived( const QCString &msg, const QByteArray & data int action = cfg.readNumEntry( "CloseHingeAction", 0 ); switch ( action ) { - case 1: /* DISPLAY OFF */ ODevice::inst()->setDisplayStatus( false ); ODevice::inst()->setDisplayBrightness( 0 ); break; + case 1: /* DISPLAY OFF */ ODevice::inst()->setDisplayBrightness( 0 ); break; case 2: /* SUSPEND */ ODevice::inst()->suspend(); break; default: /* IGNORE */ break; } -- cgit v0.9.0.2