]> git.sesse.net Git - vlc/commitdiff
Qt4 - Fix the VLM Input selection
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Feb 2008 05:22:41 +0000 (05:22 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 8 Feb 2008 05:22:41 +0000 (05:22 +0000)
modules/gui/qt4/dialogs/vlm.cpp

index 97b12f44590e05f14c062e0d23531a8ad0b6dca1..baf6865248ef58fde120ac79a3b339ca9d864d60 100644 (file)
@@ -292,7 +292,7 @@ void VLMDialog::clearWidgets()
 
 void VLMDialog::selectInput()
 {
-    OpenDialog *o = OpenDialog::getInstance( this, p_intf, 0, true );
+    OpenDialog *o = OpenDialog::getInstance( this, p_intf, SELECT, true );
     o->exec();
     ui.inputLedit->setText( o->getMRL() );
 }