diff -r 923ff622b8b9 -r 4633027730f5 src/hbcore/style/hbstyleoptiontitlepane.cpp --- a/src/hbcore/style/hbstyleoptiontitlepane.cpp Tue Jul 06 14:36:53 2010 +0300 +++ b/src/hbcore/style/hbstyleoptiontitlepane.cpp Wed Aug 18 10:05:37 2010 +0300 @@ -32,14 +32,15 @@ HbStyleOptionTitlePane::HbStyleOptionTitlePane() : - HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false) + HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false), margueeAnimation(false) { type = Type; version = Version; } HbStyleOptionTitlePane::HbStyleOptionTitlePane(const HbStyleOptionTitlePane &other) : - HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent) + HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent), + margueeAnimation(other.margueeAnimation) { type = Type; version = Version;