messagingapp/msgui/conversationview/src/msgeditorwidget.cpp
changeset 51 3507212d340e
parent 48 4f501b74aeb1
child 56 f42d9a78f435
--- a/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Tue Aug 03 21:34:40 2010 +0530
+++ b/messagingapp/msgui/conversationview/src/msgeditorwidget.cpp	Fri Aug 06 23:19:50 2010 +0530
@@ -117,7 +117,7 @@
         BACKGROUND_FRAME);    
     
     //Create editor utils object
-    QT_TRAP_THROWING(mEditorUtils = new UniEditorGenUtils());
+    mEditorUtils = q_check_ptr(new UniEditorGenUtils());
 
     FOCUSITEM = mSendButton;
 
@@ -373,6 +373,7 @@
 MsgEditor::MsgEditor(QGraphicsItem *parent)
 :HbLineEdit(parent)
     {
+     this->setFontSpec(HbFontSpec(HbFontSpec::Secondary));
      this->setPlaceholderText(LOC_HINT_TEXT);
     }