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
41e8e58f
Commit
41e8e58f
authored
Jul 07, 2008
by
Jean-Baptiste Kempf
Browse files
Fix some open panel function as in
000f1e1f
.
parent
dd11b531
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open_panels.cpp
View file @
41e8e58f
...
...
@@ -520,11 +520,11 @@ void NetOpenPanel::updateMRL() {
else
mrl
+=
addr
;
mrl
+=
QString
(
":%1"
).
arg
(
ui
.
portSpin
->
value
()
);
emit
methodChanged
(
"udp-caching"
);
break
;
case
RTMP_PROTO
:
mrl
=
"rtmp://"
+
addr
;
emit
methodChanged
(
"rtmp-caching"
);
break
;
}
}
...
...
Write
Preview
Markdown
is supported
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