~ubuntu-branches/ubuntu/karmic/gxine/karmic

« back to all changes in this revision

Viewing changes to misc/toolbar-fullscreen.xml

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
   <button image="gtk-index" relief="none" tip="~Show/hide the playlist"
28
28
           onclick="playlist_show ();" accept-drop="1" autoplay="0"
29
29
           />
30
 
   <button image="gtk-properties" relief="none" tip="~Show/hide the A/V settings"
 
30
   <button image="gtk-properties" relief="none" tip="~Show/hide the A/V controls"
31
31
           onclick="settings_show ();"
32
32
           />
33
 
   <label text="" box-expand="1" />
34
 
   <label text="" box-expand="1"/>
 
33
   <label text="" box-expand="1" width="20" />
35
34
   <end />
36
 
   <control type="audio channel" />
 
35
   <hbox spacing="0" padding="0">
 
36
    <image stock="gxine-settings-audio-channel" />
 
37
    <control type="audio channel" />
 
38
   </hbox>
37
39
   <control type="volume" width="105" box-expand="1" box-fill="1" />
 
40
   <image stock="gxine-settings-volume" />
38
41
   <control type="mute" />
39
42
  </hbox>
40
43
 </vbox>