slitaz-dev-tools diff baba-scripts/yaff @ rev 119

Added tag 1.3 for changeset b92f1d3d7adc
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 18 22:46:27 2011 +0200 (2011-06-18)
parents cc32aec9351e
children 01fb349cd0ac
line diff
     1.1 --- a/baba-scripts/yaff	Mon May 30 15:10:14 2011 +0100
     1.2 +++ b/baba-scripts/yaff	Sat Jun 18 22:46:27 2011 +0200
     1.3 @@ -45,7 +45,7 @@
     1.4  MAIN_DIALOG='
     1.5  <window title="Yet Another Firefox" window_position="1">
     1.6  	<vbox>
     1.7 -		<notebook labels="Choose a profile|Configuration|Information">
     1.8 +		<notebook labels="Choose a profile|Information">
     1.9  			<vbox>
    1.10  				<list selection-mode="2">
    1.11  					<variable>PROFIL</variable>'
    1.12 @@ -89,55 +89,6 @@
    1.13  				</hbox>
    1.14  			</vbox>
    1.15  			
    1.16 -			<vbox>
    1.17 -				<tree>
    1.18 -					<label>Version | Profile</label>
    1.19 -					<variable>DEFAULT_PROFILE</variable>'
    1.20 -for firefox in $FIREFOX
    1.21 -do
    1.22 -	version=`echo $firefox | cut -d'#' -f1`
    1.23 -	exec=`echo $firefox | cut -d'#' -f2`
    1.24 -	profile=`echo $firefox | cut -d'#' -f3`
    1.25 -	MAIN_DIALOG=$MAIN_DIALOG"<item>$version|$profile</item>"
    1.26 -done
    1.27 -MAIN_DIALOG=$MAIN_DIALOG'
    1.28 -				</tree>
    1.29 -				<hbox>
    1.30 -					<text>
    1.31 -						<label>Version number</label>
    1.32 -					</text>
    1.33 -					<entry>
    1.34 -						<variable>ENTRY_VERSION_NUMBER</variable>
    1.35 -					</entry>
    1.36 -				</hbox>
    1.37 -				<hbox>
    1.38 -					<text>
    1.39 -						<label>Path to this version executable</label>
    1.40 -					</text>
    1.41 -					<entry>
    1.42 -						<variable>ENTRY_VERSION_BIN</variable>
    1.43 -					</entry>
    1.44 -				</hbox>
    1.45 -				<hbox>
    1.46 -					<text>
    1.47 -						<label>Default profile</label>
    1.48 -					</text>
    1.49 -					<entry>
    1.50 -						<variable>ENTRY_VERSION_DEFAULT_PROFILE</variable>
    1.51 -					</entry>
    1.52 -				</hbox>
    1.53 -				<hbox>
    1.54 -					<button>
    1.55 -						<input file icon="gtk-add"></input>
    1.56 -						<label>New version</label>
    1.57 -						<action>zenity --info --text="coucou"</action>
    1.58 -					</button>
    1.59 -					<button>
    1.60 -						<input file icon="gtk-quit"></input>
    1.61 -						<label>Quit</label>
    1.62 -						<action type="CloseWindow">MAIN_DIALOG</action>
    1.63 -					</button>
    1.64 -				</hbox>
    1.65  			</vbox>
    1.66  			
    1.67  			<vbox>