Changeset c6eafbbbf3edd51c00f96598cf4513856a1a757e

Show
Ignore:
Timestamp:
11/09/07 00:44:37 (1 year ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1189464277 +0000
git-parent:

[810ac704b260297f5e11d6a2e52a8d69a87f2f85]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1189464277 +0000
Message:

Qt4 - DP: add INTF_DIALOG_DIRECTORY to the different cases.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs_provider.cpp

    r2522a2c rc6eafbb  
    9696            case INTF_DIALOG_CAPTURE: 
    9797                openCaptureDialog(); break; 
     98            case INTF_DIALOG_DIRECTORY: 
     99                PLAppendDir(); break; 
    98100            case INTF_DIALOG_PLAYLIST: 
    99101                playlistDialog(); break; 
     
    122124               vlmDialog(); break; 
    123125            case INTF_DIALOG_WIZARD: 
     126            case INTF_DIALOG_STREAMWIZARD: 
    124127            case INTF_DIALOG_UPDATEVLC: 
    125128            case INTF_DIALOG_EXIT: 
     
    301304 * go to start or enqueue 
    302305 **/ 
    303 static void openDirectory( intf_thread_t* p_intf, bool pl, bool go ) 
     306static void openDirectory( intf_thread_t *p_intf, bool pl, bool go ) 
    304307{ 
    305308    QString dir = QFileDialog::getExistingDirectory ( 0, qtr("Open directory") );