From d6ad2ffe47db1ba11c942431b0836f252bfcbcc4 Mon Sep 17 00:00:00 2001 From: Vailton Renato Date: Sun, 10 Jan 2010 13:14:51 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbide/idesources.prg | 1 + 2 files changed, 7 insertions(+) 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.