diff --git a/mythtv/libs/libmythui/mythnotification.h b/mythtv/libs/libmythui/mythnotification.h index a07801e5b8b..f364f279216 100644 --- a/mythtv/libs/libmythui/mythnotification.h +++ b/mythtv/libs/libmythui/mythnotification.h @@ -376,7 +376,10 @@ class MUI_PUBLIC MythCheckNotification : public MythNotification public: MythCheckNotification(const QString &title, const QString &author, const QString &details = QString()) - : MythNotification(Check, title, author, details) { } + : MythNotification(Check, title, author, details) + { + SetDuration(5); + } }; #endif /* defined(__MythTV__mythnotification__) */