diff -r b12f3922a74f -r 64817133cd1d camerauis/cameraxui/cxui/src/cxuidocumentloader.cpp --- a/camerauis/cameraxui/cxui/src/cxuidocumentloader.cpp Wed Jun 23 17:59:54 2010 +0300 +++ b/camerauis/cameraxui/cxui/src/cxuidocumentloader.cpp Tue Jul 06 14:04:02 2010 +0300 @@ -66,7 +66,7 @@ } else if (type == "HbSlider") { if (name == CxUiLayout::SETTINGS_SLIDER_DIALOG_CONTENT_WIDGET) { object = new CxuiSettingSlider(NULL, mEngine); - } else if (name == CxUiLayout::STILL_PRE_CAPTURE_ZOOM_SLIDER + } else if (name == CxUiLayout::STILL_PRE_CAPTURE_ZOOM_SLIDER || name == CxUiLayout::VIDEO_PRE_CAPTURE_ZOOM_SLIDER) { object = new CxuiZoomSlider(); }