2010-05-19 20:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/ideprojmanager.prg
! Fixed: project location was shown blank. Itamar reported.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-19 20:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbide/ideprojmanager.prg
|
||||
! Fixed: project location was shown blank. Itamar reported.
|
||||
|
||||
2010-05-19 19:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbqt/THbQtUI.prg
|
||||
! Code cleanup.
|
||||
|
||||
@@ -373,8 +373,10 @@ METHOD IdeProjManager:loadProperties( cProjFileName, lNew, lFetch, lUpdateTree )
|
||||
ENDIF
|
||||
/* Access/Assign via this object */
|
||||
::oProject := IdeProject():new( ::oIDE, ::aPrjProps )
|
||||
::oProject:location := cProjPath
|
||||
::oProject:projPath := cProjPath
|
||||
IF !empty( cProjPath )
|
||||
::oProject:location := hbide_pathNormalized( cProjPath, .f. )
|
||||
::oProject:projPath := ::oProject:location
|
||||
ENDIF
|
||||
//
|
||||
::oPropertiesDock:hide()
|
||||
::oPropertiesDock:show()
|
||||
|
||||
Reference in New Issue
Block a user