diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6e96867d23..13620df3f6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-05-05 12:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * harbour/source/rtl/tget.prg + ! Fixed a recently introduced crash in Get():ColorDisp(). + (Thanks to Teo Fonrouge) + 2007-05-05 10:28 UTC+0100 Antonio Linares (alinares@fivetechsoft.com) * contrib/adordd/adordd.prg * Improved formatting and xharbour compatibility diff --git a/harbour/source/rtl/tget.prg b/harbour/source/rtl/tget.prg index a21484650e..d76f611114 100644 --- a/harbour/source/rtl/tget.prg +++ b/harbour/source/rtl/tget.prg @@ -339,7 +339,8 @@ return Self METHOD ColorDisp( cColorSpec ) CLASS Get - ::ColorSpec( cColorSpec ):Display() + ::ColorSpec( cColorSpec ) + ::Display() return Self