diff -r cfea66083b62 -r baacf668fe89 phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp --- a/phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneuis/bubblemanager2/bubblecore/src/bubbleimagewidget.cpp Fri Oct 15 12:58:46 2010 +0300 @@ -121,7 +121,7 @@ QPainterPath clip; qreal rounding = BubbbleImageRounding * HbDeviceProfile::profile(this).unitValue(); - clip.addRoundedRect(rect(), rounding, rounding); + clip.addRoundRect(rect(), rounding); painter->setClipPath(clip); #ifdef __WINS__