Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2c53f3f0
Commit
2c53f3f0
authored
May 01, 2009
by
Jean-Baptiste Kempf
Browse files
Qt: correctly update the MRL on DVB/Linux
parent
5a39c572
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open_panels.cpp
View file @
2c53f3f0
...
...
@@ -1044,6 +1044,9 @@ void CaptureOpenPanel::initialize()
BUTTONACT
(
dvbs
,
updateButtons
()
);
BUTTONACT
(
dvbt
,
updateButtons
()
);
BUTTONACT
(
dvbc
,
updateButtons
()
);
BUTTONACT
(
dvbs
,
updateMRL
()
);
BUTTONACT
(
dvbt
,
updateMRL
()
);
BUTTONACT
(
dvbc
,
updateMRL
()
);
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment