Update Web+ optional package.

- Fixes a problem in Web+'s autocompletion handler that would
  result in it eating things like workspace switching shortcuts
  if Web+'s URL input had focus.
This commit is contained in:
Rene Gollent 2012-03-30 22:23:58 -04:00
parent 294a85aa68
commit ab2948538e

View File

@ -1788,8 +1788,8 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
Echo "No optional package WebPositive available for gcc2" ;
} else {
InstallOptionalHaikuImagePackage
WebPositive-gcc4-x86-r584-2012-02-18.zip
: $(baseURL)/WebPositive-gcc4-x86-r584-2012-02-18.zip ;
WebPositive-gcc4-x86-r585-2012-03-30.zip
: $(baseURL)/WebPositive-gcc4-x86-r585-2012-03-30.zip ;
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/WebPositive/WebPositive ;
}