diff -r 9ec13d39cc2e -r e1a893011fac vtuis/videotelui/src/commands/tvtuistates.cpp --- a/vtuis/videotelui/src/commands/tvtuistates.cpp Tue May 25 12:45:10 2010 +0300 +++ b/vtuis/videotelui/src/commands/tvtuistates.cpp Wed Jun 09 09:44:39 2010 +0300 @@ -112,7 +112,7 @@ if ( iCameraPref ) { TInt temp; - ret = !iCameraPref->GetBrightness( temp ); + ret = !iCameraPref->GetContrast( temp ); } return ret; }