2012-08-29 08:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/functions.prg
    ! Fixed: logical error like:
       hb_default( lGUI, .T. ) => DEFAULT lGUI TO .T.
        It should not happen, but...
This commit is contained in:
Pritpal Bedi
2012-08-29 15:56:12 +00:00
parent f4f53aaf60
commit e4e6e24350
2 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-08-29 08:54 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/functions.prg
! Fixed: logical error like:
hb_default( lGUI, .T. ) => DEFAULT lGUI TO .T.
It should not happen, but...
2012-08-28 17:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ contrib/hbide/resources/dictionary.png
+ contrib/hbide/resources/launch_r.png

View File

@@ -523,7 +523,7 @@ METHOD IdeFunctions:tagProject( cProjectTitle, lGUI )
LOCAL cProjFile, cRoot, aCTags, aSources, cSrc, a_, n
LOCAL qApp := QApplication()
hb_default( lGUI, .T. )
DEFAULT lGUI TO .T.
IF !( ::inAction )
IF lGUI