From 33b6d35f71cbafa91de563ef93b6504b0115158f Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Wed, 4 Aug 2010 08:36:30 +0000 Subject: [PATCH] 2010-08-04 01:28 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideprojmanager.prg ! Populated: Project Properties dialog with properties of project set as the current one. It necessarily activates the dialog window. Reported by Parteciepe. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbide/ideprojmanager.prg | 1 + 2 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e2a112f45f..fd0b40303c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-04 01:28 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/ideprojmanager.prg + ! Populated: Project Properties dialog with properties of project + set as the current one. It necessarily activates the dialog window. + Reported by Parteciepe. + 2010-08-03 23:36 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/resources/view_organized.png * contrib/hbide/resources/view_tiled.png diff --git a/harbour/contrib/hbide/ideprojmanager.prg b/harbour/contrib/hbide/ideprojmanager.prg index e24797e81a..77626e446f 100644 --- a/harbour/contrib/hbide/ideprojmanager.prg +++ b/harbour/contrib/hbide/ideprojmanager.prg @@ -1019,6 +1019,7 @@ METHOD IdeProjManager:setCurrentProject( cProjectName ) //hbide_expandChildren( ::oIDE, oItem ) ::oProjTree:oWidget:setCurrentItem( oItem:oWidget ) ENDIF + ::loadProperties( ::getProjectFileNameFromTitle( ::cWrkProject ), .f., .t., .f. ) ENDIF ENDIF