tazpkg rev 95

tazpkgbox: typo in check
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 19 21:19:49 2008 +0000 (2008-05-19)
parents 81a09813b883
children c48294925d77
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Mon May 19 21:17:31 2008 +0000
     1.2 +++ b/tazpkgbox	Mon May 19 21:19:49 2008 +0000
     1.3 @@ -276,14 +276,12 @@
     1.4  				<button>
     1.5  					<label>Quick check</label>
     1.6  					<input file icon="go-next"></input>
     1.7 -					<action>xterm -fa MiscFixed -fs 11 -bg
     1.8 -					gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check | less "</action>
     1.9 +					<action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check | less "</action>
    1.10  				</button>
    1.11  				<button>
    1.12  					<label>Full check</label>
    1.13  					<input file icon="go-next"></input>
    1.14 -					<action>xterm -fa MiscFixed -fs 11 -bg
    1.15 -					gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check --full | less "</action>
    1.16 +					<action>xterm -fa MiscFixed -fs 11 -bg gray93 -fg black -T "Check packages (q to quit)" -geometry 80x25+120+120 -e "tazpkg check --full | less "</action>
    1.17  				</button>
    1.18  			</hbox>
    1.19  		</frame>