diff -r 224522e33db9 -r 25fe1fe642e3 messagingapp/smartmessaging/ringbc/src/ringbc_p.cpp --- a/messagingapp/smartmessaging/ringbc/src/ringbc_p.cpp Tue Jul 06 22:50:16 2010 +0530 +++ b/messagingapp/smartmessaging/ringbc/src/ringbc_p.cpp Fri Jul 09 14:46:10 2010 +0530 @@ -90,23 +90,23 @@ if(error == KErrCorrupt) { - HbMessageBox::information("Ringing Tone Corrupted"); + HbMessageBox::information("Ringing Tone Corrupted", 0, 0, HbMessageBox::Ok); QDEBUG_WRITE("RingBcPrivate::saveTone : Ringing tone corrupted") } else if(error == KErrNoMemory || error == KErrDiskFull) { - HbMessageBox::information("No memory to save"); + HbMessageBox::information("No memory to save", 0, 0, HbMessageBox::Ok); QDEBUG_WRITE("RingBcPrivate::saveTone : Low memory") } else { - HbMessageBox::information("Error in Saving"); + HbMessageBox::information("Error in Saving", 0, 0, HbMessageBox::Ok); QDEBUG_WRITE("RingBcPrivate::saveTone : Error in Saving") } } else { - HbMessageBox::information("Saved succesfully"); + HbMessageBox::information("Saved succesfully", 0, 0, HbMessageBox::Ok); QDEBUG_WRITE("RingBcPrivate::saveTone : Ringing tone saved successfully") }