tazpkg rev 236

tazpkgbox: rename first tab and column search
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 25 22:33:44 2009 +0100 (2009-02-25)
parents 690b91307c07
children c69f040f857e
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Wed Feb 25 22:11:17 2009 +0100
     1.2 +++ b/tazpkgbox	Wed Feb 25 22:33:44 2009 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  VERSION=2.6
     1.5  
     1.6  # Functions path.
     1.7 -export LIB=/usr/lib/slitaz/tazpkgbox
     1.8 +export LIB=$PWD/lib/tazpkgbox
     1.9  
    1.10  # Tazpkgbox is only for root.
    1.11  if test $(id -u) != 0 ; then
    1.12 @@ -174,7 +174,7 @@
    1.13  		</pixmap>
    1.14  	</hbox>
    1.15  
    1.16 -	<notebook labels="Packages list|Search|Undigest|Configuration">
    1.17 +	<notebook labels="Packages|Search|Undigest|Configuration">
    1.18  
    1.19  	<vbox>
    1.20  		<tree>
    1.21 @@ -235,7 +235,7 @@
    1.22  		<tree>
    1.23  			<width>620</width><height>120</height>
    1.24  			<variable>RESULT</variable>
    1.25 -			<label>Installed packages|Version|Description / File</label>
    1.26 +			<label>Packages Name|Version|Description / File</label>
    1.27  			<input icon_column="0">cat /tmp/tazpkgbox/search</input>
    1.28  			<action>echo "$RESULT" > /tmp/tazpkgbox/pkg</action>
    1.29  			<action>$LIB/package_infos</action>