diff -r 11fa016241a4 -r da3ec8478e66 creator/inc/notifications.h --- a/creator/inc/notifications.h Thu Sep 02 20:27:24 2010 +0300 +++ b/creator/inc/notifications.h Fri Sep 17 08:29:47 2010 +0300 @@ -59,7 +59,7 @@ /** * shows global HbGlobalCommonNote type note */ - static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, HbPopup::DefaultTimeout timeout = HbPopup::ConfirmationNoteTimeout); + static void showGlobalNote(const QString& text, HbMessageBox::MessageBoxType type, int timeout = 1000 ); }; class CreatorDialog