~ubuntu-branches/ubuntu/lucid/mythplugins/lucid

« back to all changes in this revision

Viewing changes to mythbrowser/theme/default-wide/browser-ui.xml

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-13 01:57:50 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091013015750-t5uj418d1hf4phwl
Tags: 0.22.0~trunk22413-0ubuntu1
* New upstream checkout (r22413)
  - Fixes bug where you have to enter/leave mythvideo for 5 seconds.
* debian/mythweb.{default,postinst,config}:
  - Read debconf answers from /etc/default/mythweb if they're present
    and we're running in noninteractive.  Allows configuration from MCC.
    (LP: #445998)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
        <!-- these are optional -->
15
15
        <progressbar name="progressbar" from="baseprogressbar">
16
 
            <position>260,670</position>
 
16
            <area>260,670,760,40</area>
17
17
            <imagetype name="background">
 
18
                <area>0,0,100%,100%</area>
18
19
                <filename>mb_progressbar_background.png</filename>
19
20
            </imagetype>
20
21
            <imagetype name="progressimage">
 
22
                <area>0,0,100%,100%</area>
21
23
                <filename>mb_progressbar_fill.png</filename>
22
24
            </imagetype>
23
25
        </progressbar>