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
ed524028
Commit
ed524028
authored
Mar 09, 2005
by
zorglub
Browse files
Don't switch interfaces under linux
parent
93c60001
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/menus.cpp
View file @
ed524028
...
...
@@ -253,8 +253,10 @@ void PopupMenu( intf_thread_t *p_intf, wxWindow *p_parent,
FIND_PARENT
);
if
(
p_object
!=
NULL
)
{
#if defined(WIN32)
ppsz_varnames
[
i
]
=
"intf-switch"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
#endif
ppsz_varnames
[
i
]
=
"intf-add"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
ppsz_varnames
[
i
]
=
"intf-skins"
;
...
...
@@ -496,8 +498,10 @@ wxMenu *SettingsMenu( intf_thread_t *_p_intf, wxWindow *p_parent,
FIND_PARENT
);
if
(
p_object
!=
NULL
)
{
#if defined(WIN32)
ppsz_varnames
[
i
]
=
"intf-switch"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
#endif
ppsz_varnames
[
i
]
=
"intf-add"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
vlc_object_release
(
p_object
);
...
...
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