Skip to content

Commit

Permalink
Make default theme use new error state type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Jul 14, 2013
1 parent 7f0300e commit 14c3a84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Binary file added mythtv/themes/default/error.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion mythtv/themes/default/notification-ui.xml
Expand Up @@ -80,7 +80,20 @@
<area>0,0,100%,100%</area>
</shape>

<imagetype name="image">
<statetype name="errorstate">
<area>0,0,100%,100%</area>
<state name="ok"/>
<state name="error">
<area>0,0,100%,100%</area>
<imagetype name="imageerror">
<!-- Artist: Kyo-Tux -->
<filename>error.png</filename>
<area>18,18,144,144</area>
</imagetype>
</state>
</statetype>

<imagetype name="image" depends="!errorstate">
<filename>damaged.png</filename>
<area>18,18,144,144</area>
</imagetype>
Expand Down

0 comments on commit 14c3a84

Please sign in to comment.