tazpkg rev 359

Add default button in search box (thanks Frederic Guilbault)
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Sep 28 00:40:34 2010 +0200 (2010-09-28)
parents 9f4cd52b05bb
children 0155e1b43fc9
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Thu Aug 05 22:38:46 2010 +0200
     1.2 +++ b/tazpkgbox	Tue Sep 28 00:40:34 2010 +0200
     1.3 @@ -354,10 +354,10 @@
     1.4  			<text>
     1.5  				<label>" Search: "</label>
     1.6  			</text>
     1.7 -			<entry>
     1.8 +			<entry activates-default="true">
     1.9  				<variable>SEARCH</variable>
    1.10  			</entry>
    1.11 -			<button>
    1.12 +			<button can-default="true" has-default="true">
    1.13  				<label>Packages/Description</label>
    1.14  				<input file icon="system-search"></input>
    1.15  				<action>$LIB search-packages</action>