Commit b6fcfff5 authored by Florian G. Pflug's avatar Florian G. Pflug

Reimported Intf_Controller, connected "File/Open/File" to Intf_Controller::file:Open.

parent 608f4b5b
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
{ {
ACTIONS = { ACTIONS = {
fullscreen_toggle = id; fullscreen_toggle = id;
openFile = id;
pause = id; pause = id;
play = id; play = id;
speedslider_update = id; speedslider_update = id;
...@@ -14,11 +15,9 @@ ...@@ -14,11 +15,9 @@
OUTLETS = { OUTLETS = {
o_currenttime = id; o_currenttime = id;
o_menu_fullscreen = id; o_menu_fullscreen = id;
o_outputpanel = id;
o_pause = id; o_pause = id;
o_play = id; o_play = id;
o_playlistds = id; o_playlistds = id;
o_qdview = id;
o_stepf = id; o_stepf = id;
o_stepr = id; o_stepr = id;
o_stop = id; o_stop = id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment