~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/FileSystem/Directory.h

  • Committer: elupus
  • Date: 2010-03-30 20:08:12 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:28930
changed: default to disable threaded guithread directory retrieval

It had issues with visualizations loading in application thread casing them to be reloaded infinitly

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                         , bool allowPrompting=false
42
42
                         , DIR_CACHE_TYPE cacheDirectory=DIR_CACHE_ONCE
43
43
                         , bool extFileInfo=true
44
 
                         , bool allowThreads=true);
 
44
                         , bool allowThreads=false);
45
45
 
46
46
  static bool Create(const CStdString& strPath);
47
47
  static bool Exists(const CStdString& strPath);