Skip to content

Commit

Permalink
Allow notification error to be full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 19, 2013
1 parent 1293188 commit 6a8293c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythui/mythuinotificationcenter.cpp
Expand Up @@ -1435,8 +1435,8 @@ void ShowNotification(bool error,
{
n = new MythNotification(MythNotification::New, data);
}
n->SetFullScreen(fullscreen);
}
n->SetFullScreen(fullscreen);
n->SetDuration(duration);
n->SetPriority(priority);
n->SetVisibility(visibility);
Expand Down

0 comments on commit 6a8293c

Please sign in to comment.