~x3lectric/xbmc/svn-trunk

« back to all changes in this revision

Viewing changes to xbmc/GUIDialogFileBrowser.cpp

  • Committer: elupus
  • Date: 2010-02-01 01:58:58 UTC
  • Revision ID: svn-v4:568bbfeb-2a22-0410-94d2-cc84cf5bfa90:trunk:27343
changed: drop namespace DIRECTORY and use XFILE for that aswell

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include "utils/log.h"
46
46
 
47
47
using namespace XFILE;
48
 
using namespace DIRECTORY;
49
48
 
50
49
#define CONTROL_LIST          450
51
50
#define CONTROL_THUMBS        451
281
280
        if (IsActive())
282
281
        {
283
282
          if((message.GetStringParam() == m_Directory->m_strPath) ||
284
 
             (m_Directory->IsMultiPath() && DIRECTORY::CMultiPathDirectory::HasPath(m_Directory->m_strPath, message.GetStringParam())))
 
283
             (m_Directory->IsMultiPath() && XFILE::CMultiPathDirectory::HasPath(m_Directory->m_strPath, message.GetStringParam())))
285
284
          {
286
285
            int iItem = m_viewControl.GetSelectedItem();
287
286
            Update(m_Directory->m_strPath);