~webupd8team/y-ppa-manager/y-ppa-manager

« back to all changes in this revision

Viewing changes to y-ppa-cmd

  • Committer: Andrew
  • Date: 2012-02-18 13:19:09 UTC
  • Revision ID: andrew@webupd8.org-20120218131909-y1xu95jhcemfulzm
redirect enableddisabled to file

Show diffs side-by-side

added added

removed removed

Lines of Context:
954
954
}
955
955
export -f doubleclicked
956
956
 
957
 
 
958
 
yad --class="Y-PPA-Manager" --name="Y PPA Manager" --window-icon="/usr/share/icons/hicolor/128x128/apps/y-ppa-manager.png" --width=800 --height=500 --title="PPAs - Y PPA Manager" --text="  Available PPAs in database:" --column="a" --column="PPA" --column="PPA name" --column="Description" --button="Close:1" --button="Apply:0" --print-column="2" --list --checklist --dclick-action="bash -c 'doubleclicked %s'" $database_list
 
957
IFS=$'\n'
 
958
yad --class="Y-PPA-Manager" --name="Y PPA Manager" --window-icon="/usr/share/icons/hicolor/128x128/apps/y-ppa-manager.png" --width=800 --height=500 --title="PPAs - Y PPA Manager" --text="  PPAs in database:" --column="a" --column="PPA" --column="PPA name" --column="Description" --button="Close:1" --button="Apply:0" --list --checklist --dclick-action="bash -c 'doubleclicked %s'" $database_list > enabledppas
959
959
#yad --class="Y-PPA-Manager" --name="Y PPA Manager" --window-icon="/usr/share/icons/hicolor/128x128/apps/y-ppa-manager.png" --width=800 --height=500 --title="PPAs - Y PPA Manager" --text="  Available PPAs in database:" --column="a" --column="PPA" --column="PPA name" --column="Description" --button="Close:3" --button="Info:2" --button="Apply:1" --button="List packages:0" --print-column="2" --list --checklist --dclick-action="bash -c 'doubleclicked %s'" $database_list
960
960
#--print-column="2"
961
961
#--column=":CHK"
962
 
 
 
962
echo $enabledppas
963
963
ret2=$?
964
964
 
965
 
 
966
965
if [[ $ret2 -eq 0 ]]; then
 
966
        echo $* ?
967
967
        echo clicked apply
 
968
        echo ENABLEDDISABLED $ENABLEDDISABLED
 
969
 
968
970
fi
969
971
 
970
972
#       echo PPA_DATABASE $PPA_DATABASE