From aa9eba407a8236c72822d24643b58d4d48ae80c0 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 16 Aug 2002 15:16:13 +0000 Subject: blank now works, mail key on ipaq --- (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.cpp') diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp index 6aafb88..6833e07 100644 --- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp +++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp @@ -115,7 +115,7 @@ void MediaPlayerState::setIsStreaming( bool b ) { } -void MediaPlayerState::setBlank( bool b ) { +void MediaPlayerState::setFullscreen( bool b ) { if ( isFullscreen == b ) { return; } @@ -124,7 +124,7 @@ void MediaPlayerState::setBlank( bool b ) { } -void MediaPlayerState::setFullscreen( bool b ) { +void MediaPlayerState::setBlanked( bool b ) { if ( isBlanked == b ) { return; } @@ -274,7 +274,7 @@ void MediaPlayerState::togglePlaying() { } void MediaPlayerState::toggleBlank() { - setBlank( !isBlanked); + setBlanked( !isBlanked); } -- cgit v0.9.0.2