[Gambas-user] remove bookmark error

Benoit Minisini gambas at ...2...
Sat Aug 2 19:12:28 CEST 2003


Le Samedi 2 Août 2003 17:36, Wojtek a écrit :
> FSupSelector.class in 1239 line:
>
> Replace
>
>     CASE 6
>       Message.Question(("Do you really want to remove this bookmark ?"),
> ("Remove"), ("Cancel"))
>
>       IF value = 0 THEN
>         CoolTabs.Remove(CoolTabs.Current.Tag)
>       ENDIF
>
> with
>
>     CASE 6
>       Value = Message.Question(("Do you really want to remove this bookmark
> ?"), ("Remove"), ("Cancel"))
>
>       IF Value = 1 THEN
>         CoolTabs.Remove(CoolTabs.Current.Tag)
>       ENDIF
>
> Otherwise Cancel = Remove

Fabien is a cognac producer. We can imagine a round of drinks for each bug ? 

:-)))

P.S. Except for the Muslim of course.

P.S #2 ...And for me as I don't drink alcoohol !

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list