diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9e0844c672..26611261cb 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-05-23 14:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbxbp/xbpfiledialog.prg + - Removed: a latest introduced test code. + 2012-05-22 18:11 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbxbp/xbptoolbar.prg ! Fixed: one regression based on recent hbQT mem leak fixes. diff --git a/harbour/contrib/hbxbp/xbpfiledialog.prg b/harbour/contrib/hbxbp/xbpfiledialog.prg index 2aeabad703..13e7bf8d75 100644 --- a/harbour/contrib/hbxbp/xbpfiledialog.prg +++ b/harbour/contrib/hbxbp/xbpfiledialog.prg @@ -133,7 +133,7 @@ METHOD XbpFileDialog:create( oParent, oOwner, aPos ) METHOD XbpFileDialog:_destroy() HB_TRACE( HB_TR_DEBUG, "XbpFileDialog:_destroy()" ) - __hbqt_destroy( ::oWidget ) + //__hbqt_destroy( ::oWidget ) RETURN ::destroy() /*----------------------------------------------------------------------*/