Skip to content

Commit

Permalink
Make default duration of error 10s
Browse files Browse the repository at this point in the history
5s could make it a bit hard to read
  • Loading branch information
jyavenard committed Jul 10, 2013
1 parent c738088 commit 20779c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythnotification.h
Expand Up @@ -346,6 +346,7 @@ class MUI_PUBLIC MythErrorNotification : public MythImageNotification
const QString &details = QString())
: MythNotification(title, author, details), MythImageNotification(New, "error.png")
{
SetDuration(10);
}

virtual MythEvent *clone(void) const { return new MythErrorNotification(*this); }
Expand Down

0 comments on commit 20779c2

Please sign in to comment.