From 00d72b2a36b585bf4f0824276e1fc1fb5d44f75e Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 14 May 2008 08:37:29 +0000 Subject: [PATCH] 2008-05-14 10:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/tbrowse.prg ! fixed :insColumn() - added missing hb_aIns() parameter. --- harbour/ChangeLog | 10 +++++++--- harbour/source/rtl/tbrowse.prg | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a0a15c8ffa..246b3c8a01 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-05-14 10:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/rtl/tbrowse.prg + ! fixed :insColumn() - added missing hb_aIns() parameter. + 2008-05-14 10:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - lib/b32/empty - lib/vc/empty @@ -552,12 +556,12 @@ 2008-04-24 13:00 UTC+0100 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * contrib/hbgd/gdimage.prg * removed two method that simply call public function - * renamed GetTrueColorPixel back to GetTrueColor + * renamed GetTrueColorPixel back to GetTrueColor * contrib/hbtip/sendmail.prg * contrib/hbtip/smtpcln.prg * added support for smtp with authentication - * added timeout parameter - * borrowed from xHarbour + * added timeout parameter + * borrowed from xHarbour 2008-04-24 11:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/achoice.prg diff --git a/harbour/source/rtl/tbrowse.prg b/harbour/source/rtl/tbrowse.prg index 094aa72002..3b43358b40 100644 --- a/harbour/source/rtl/tbrowse.prg +++ b/harbour/source/rtl/tbrowse.prg @@ -2186,7 +2186,7 @@ METHOD insColumn( nColumn, oCol ) CLASS TBROWSE #else IF .T. /* It's optimized by compiler without any RT overhead */ #endif - HB_AIns( ::columns, nColumn, oCol ) + HB_AIns( ::columns, nColumn, oCol, .T. ) ::configure( _TBR_CONF_COLUMNS ) ENDIF