diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9d55cacc13..7eeea23c10 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/hbide/idesources.prg b/harbour/contrib/hbide/idesources.prg index a013c8d7d5..a467aaeacd 100644 --- a/harbour/contrib/hbide/idesources.prg +++ b/harbour/contrib/hbide/idesources.prg @@ -274,6 +274,7 @@ METHOD IdeSourcesManager:closeSource( nTab, lCanCancel, lCanceled ) ENDIF oEdit:removeTabPage() + ::oIde:updateTitleBar() ENDIF RETURN .T.