Changeset 218

Show
Ignore:
Timestamp:
01/05/07 20:54:55 (2 years ago)
Author:
Ant
Message:

misc bug fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/leds/CreateProjectElement.d

    r187 r218  
    5959        setTransientFor(workspace); 
    6060        setup(); 
    61         show(); 
     61        showAll(); 
    6262    } 
    6363     
  • trunk/src/leds/LanguageD.d

    r215 r218  
    651651        //); 
    652652        //scintilla.send(SCI_SETKEYWORDS, 1, cast(sptr_t)cast(char*) 
    653             " typedef abstract auto deprecated final struct interface class synchronized" 
     653            " typedef abstract auto scope deprecated final struct interface class synchronized" 
    654654            " cast in out inout static private protected public volatile invariant template mixin" 
    655655        //); 
  • trunk/src/leds/Leds.d

    r215 r218  
    801801 
    802802    Linker.dumpFailedLoads(); 
    803      
    804  
    805     debug(startup) writefln("before if ( !Thread.supported () )"); 
    806     //if ( !Thread.supported () ) 
    807     { 
    808         debug(startup) writefln("before Thread.init(null);"); 
    809         //Thread.init(null); 
    810         debug(startup) writefln("gdkThreadsInit();"); 
    811         //gdkThreadsInit(); 
    812         //gdkThreadsEnter(); 
    813     } 
    814     debug(startup) writefln("After all Thread init"); 
    815  
    816     Duit.init(args); 
     803 
     804    Duit.initMultiThread(args); 
    817805 
    818806    version(splash)