[vlc-devel] commit: Qt: open button action implementation. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 21 22:17:36 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 22:17:01 2009 +0100| [3ae1f84c2835e0013f6f5ade47794e2afc2451c5] | committer: Jean-Baptiste Kempf
Qt: open button action implementation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ae1f84c2835e0013f6f5ade47794e2afc2451c5
---
modules/gui/qt4/actions_manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/actions_manager.cpp b/modules/gui/qt4/actions_manager.cpp
index f434a2f..ed6b9b8 100644
--- a/modules/gui/qt4/actions_manager.cpp
+++ b/modules/gui/qt4/actions_manager.cpp
@@ -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:
More information about the vlc-devel
mailing list