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.
This commit is contained in:
Przemyslaw Czerpak
2008-05-14 08:37:29 +00:00
parent 9124661e08
commit 00d72b2a36
2 changed files with 8 additions and 4 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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