Type error here in revision 1.0.8

PUBLIC launcher_opacity AS Float 'trasparenza del launcher
...
IF distribuzione <> "11.04" THEN SHELL tmp_shell & "launcher_opacity" TO 
launcher_opacity

the app can't store a string value into float type...

Then i think there is also wrong the distribuzione test

   IF distribuzione <> "11.04" THEN SHELL tmp_shell & "launcher_opacity"
TO launcher_opacity

because distribuzione (row 51 of main.module)

distribuzione = ("Ubuntu ") & distribuzione

is always different from 11.04 since it contain the string "Ubuntu" +
release number

Thanks

-- 
You received this bug notification because you are a member of MyUnity
team, which is subscribed to MyUnity.
https://bugs.launchpad.net/bugs/893496

Title:
  myunity crash on natty

Status in MyUnity:
  Incomplete

Bug description:
  hi guys

  on natty 64 bit, from your ppa, 1.0.7-0ubuntu0~ppa1~natty, when i run myunity 
then:
  Main.?.0: #6: Type mismatch: wanted Float, got String instead

  please help me

  thanks

  night train

To manage notifications about this bug go to:
https://bugs.launchpad.net/myunity/+bug/893496/+subscriptions

-- 
Mailing list: https://launchpad.net/~myunity
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~myunity
More help   : https://help.launchpad.net/ListHelp

Reply via email to