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
6d8f4537
Commit
6d8f4537
authored
Aug 04, 2007
by
Rémi Denis-Courmont
Browse files
Fix erroneously commited chunk
parent
69db070f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/menus.cpp
View file @
6d8f4537
...
...
@@ -444,7 +444,8 @@ QMenu *QVLCMenu::SDMenu( intf_thread_t *p_intf )
while
(
p_parser
->
pp_shortcuts
[
++
i
]
!=
NULL
);
i
--
;
if
(
playlist_IsServicesDiscoveryLoaded
(
THEPL
,
p_parser
->
pp_shortcuts
[
i
]
?:
module_GetObjName
(
p_parser
)
)
)
i
>=
0
?
p_parser
->
pp_shortcuts
[
i
]
:
module_GetObjName
(
p_parser
)
)
)
a
->
setChecked
(
true
);
CONNECT
(
a
,
triggered
(),
THEDP
->
SDMapper
,
map
()
);
THEDP
->
SDMapper
->
setMapping
(
a
,
i
>=
0
?
p_parser
->
pp_shortcuts
[
i
]
:
...
...
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