~ubuntu-branches/ubuntu/intrepid/xscreensaver/intrepid

« back to all changes in this revision

Viewing changes to hacks/config/juggle.xml

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2007-12-06 09:53:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206095312-fkzcwe4vqm50z208
Tags: 5.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - split xscreensaver into xscreensaver, xscreensaver-data (hacks we ship),
    xscreensaver-data-extra (hacks in universe). split out gl hacks for
    universe to xscreensaver-gl-extra
  - use fridge for rss screensavers
  - create and install .desktop files for gnome-screensaver

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
          _label="Trail Length" _low-label="None" _high-label="Long"
18
18
          low="0" high="100" default="1"/>
19
19
 
20
 
  <boolean id="describe" _label="turn on/off pattern descriptions." arg-unset="-no-describe"/>
21
 
 
22
 
  <boolean id="balls" _label="turn on/off Balls." arg-unset="-no-balls"/>
23
 
  <boolean id="clubs" _label="turn on/off Clubs." arg-unset="-no-clubs"/>
24
 
  <boolean id="torches" _label="turn on/off Flaming Torches." arg-unset="-no-torches"/>
25
 
  <boolean id="knives" _label="turn on/off Knives." arg-unset="-no-knives"/>
26
 
  <boolean id="rings" _label="turn on/off Rings." arg-unset="-no-rings"/>
27
 
  <boolean id="bballs" _label="turn on/off Bowling Balls." arg-unset="-no-bballs"/>
28
 
 
29
 
  <string id="pattern" _label="Use Pattern " arg="-pattern %" />
 
20
  <hgroup>
 
21
   <vgroup>
 
22
    <boolean id="balls" _label="Balls" arg-unset="-no-balls"/>
 
23
    <boolean id="clubs" _label="Clubs" arg-unset="-no-clubs"/>
 
24
    <boolean id="torches" _label="Flaming Torches" arg-unset="-no-torches"/>
 
25
   </vgroup>
 
26
   <vgroup>
 
27
    <boolean id="knives" _label="Knives" arg-unset="-no-knives"/>
 
28
    <boolean id="rings" _label="Rings" arg-unset="-no-rings"/>
 
29
    <boolean id="bballs" _label="Bowling Balls" arg-unset="-no-bballs"/>
 
30
   </vgroup>
 
31
  </hgroup>
 
32
 
 
33
  <boolean id="describe" _label="Print Cambridge Juggling Pattern Descriptions" arg-unset="-no-describe"/>
 
34
  <string id="pattern" _label="Juggle This Pattern" arg="-pattern %" />
30
35
 
31
36
  <_description>
32
 
Draws a juggling stick-man.  Written by Tim Auckland.
 
37
Draws a juggling stick-man.  See also "Juggle3D".
 
38
 
 
39
Written by Tim Auckland; 2002.
33
40
  </_description>
34
41
</screensaver>