2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com)

* contrib/hbide/idesources.prg
    ! Fixed to call ::oIde:updateTitleBar() after close any file. After closing
      all the files, the hbIDE was not updating the title bar of the main 
      window.
This commit is contained in:
Vailton Renato
2010-01-10 13:14:51 +00:00
parent 83d8970362
commit d6ad2ffe47
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-01-10 10:50 UTC-0300 Vailton Renato (vailtom gmail.com)
* contrib/hbide/idesources.prg
! Fixed to call ::oIde:updateTitleBar() after close any file. After closing
all the files, the hbIDE was not updating the title bar of the main
window.
2010-01-10 12:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/win_prn3.c
% Dropped hb_xgrab() return value checks for NULL.

View File

@@ -274,6 +274,7 @@ METHOD IdeSourcesManager:closeSource( nTab, lCanCancel, lCanceled )
ENDIF
oEdit:removeTabPage()
::oIde:updateTitleBar()
ENDIF
RETURN .T.