2010-02-22 02:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbide/ideharbourhelp.prg
    ! A rare-condition bug fix. Thanks Marco.
This commit is contained in:
Pritpal Bedi
2010-02-22 10:05:25 +00:00
parent c94cf5d340
commit 956e0cb8f2
2 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-22 02:03 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/ideharbourhelp.prg
! A rare-condition bug fix. Thanks Marco.
2010-02-22 01:48 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
+ contrib/hbide/resources/harbour.png
! Missed from prev commit.

View File

@@ -406,7 +406,9 @@ METHOD IdeHarbourHelp:execEvent( nMode, p, p1 )
EXIT
CASE buttonHome_clicked
::oUI:q_treeDoc:setCurrentItem( ::aNodes[ 1, 1 ], 0 )
IF !empty( ::aNodes )
::oUI:q_treeDoc:setCurrentItem( ::aNodes[ 1, 1 ], 0 )
ENDIF
EXIT
CASE buttonBackward_clicked