]> git.sesse.net Git - vlc/commitdiff
Qt: open button action implementation.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 21:17:01 +0000 (22:17 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 21 Jan 2009 21:17:01 +0000 (22:17 +0100)
modules/gui/qt4/actions_manager.cpp

index f434a2fdaee0004b621eca2d8c44193832679892..ed6b9b88cc14203e06a7fb60815a4c7ba9ba6664 100644 (file)
@@ -53,7 +53,7 @@ void ActionsManager::doAction( int id_action )
         case STOP_ACTION:
             THEMIM->stop(); break;
         case OPEN_ACTION:
-            break;
+            THEDP->openDialog(); break;
         case PREVIOUS_ACTION:
             THEMIM->prev(); break;
         case NEXT_ACTION: