~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIWindowVideoFiles.cpp

  • Committer: spiff_
  • Date: 2007-01-16 18:08:26 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk/XBMC:7655
fixed: severe global namespace pollution

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include "FileSystem/StackDirectory.h"
17
17
#include "utils/RegExp.h"
18
18
 
 
19
using namespace XFILE;
 
20
using namespace PLAYLIST;
 
21
 
19
22
#define CONTROL_LIST              50
20
23
#define CONTROL_THUMBS            51
21
24
 
453
456
    {
454
457
      if (pItem->IsVideo() && !pItem->IsNFO() && !pItem->IsPlayList() )
455
458
      {
456
 
 
457
459
        if (!bDirNames)
458
460
        {
459
461
          if(pItem->IsLabelPreformated())
523
525
            int iMoviesFound = movielist.size();
524
526
            if (iMoviesFound > 0)
525
527
            {
526
 
              CIMDBUrl& url = movielist[0];
 
528
              CIMDBUrl url = movielist[0];
527
529
 
528
530
              // show dialog that we're downloading the movie info
529
531
              if (m_dlgProgress)