diff -r 608f67c22514 -r 896e9dbc5f19 qtinternetradio/ui/src/irbaseview.cpp --- a/qtinternetradio/ui/src/irbaseview.cpp Tue Jul 06 14:07:20 2010 +0300 +++ b/qtinternetradio/ui/src/irbaseview.cpp Wed Aug 18 09:40:26 2010 +0300 @@ -135,11 +135,11 @@ switch (aNoteType) { case HbMessageBox::MessageTypeInformation: - HbMessageBox::information(aNote, (QObject*)NULL, NULL); + HbMessageBox::information(aNote, (QObject*)NULL, NULL, HbMessageBox::Ok); break; case HbMessageBox::MessageTypeWarning: - HbMessageBox::warning(aNote, (QObject*)NULL, NULL); + HbMessageBox::warning(aNote, (QObject*)NULL, NULL, HbMessageBox::Ok); break; default: