~mythbuntu/myththemes/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/01_fast_watch_recordings.patch

  • Committer: Mario Limonciello
  • Date: 2009-10-27 04:08:05 UTC
  • Revision ID: superm1@ubuntu.com-20091027040805-jdzp8pu6hdn7vrwh
* debian/patches/01_fast_watch_recordings.patch:
  - Backport from trunk r22605.
  - Since Watch Recordings comes up so much quicker, fixes a broken
    template message during the loading process.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' myththemes-0.22.0~zrc1/Mythbuntu/recordings-ui.xml myththemes-0.22.0~zrc1.new/Mythbuntu/recordings-ui.xml
 
2
--- myththemes-0.22.0~zrc1/Mythbuntu/recordings-ui.xml  2009-10-07 22:37:36.000000000 -0500
 
3
+++ myththemes-0.22.0~zrc1.new/Mythbuntu/recordings-ui.xml      2009-10-26 23:06:31.000000000 -0500
 
4
@@ -263,7 +263,7 @@
 
5
             <align>justify</align>
 
6
             <multiline>yes</multiline>
 
7
             <cutdown>yes</cutdown>
 
8
-            <value>%|"SUBTITLE|"% %STARS% %DESCRIPTION%</value>
 
9
+            <template>%|"SUBTITLE|"% %STARS% %DESCRIPTION%</template>
 
10
         </textarea>
 
11
 
 
12
         <imagetype name="preview">
 
13
@@ -271,10 +271,9 @@
 
14
             <preserveaspect>true</preserveaspect>
 
15
         </imagetype>
 
16
 
 
17
-        <textarea name="norecordings">
 
18
-            <area>20,75,760,300</area>
 
19
+        <textarea name="norecordings" from="description">
 
20
             <font>basemedium</font>
 
21
-            <value>No Recordings Available</value>
 
22
+            <value>No Recordings available, or screen loading...</value>
 
23
             <multiline>yes</multiline>
 
24
             <align>allcenter</align>
 
25
         </textarea>