Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
c876b046
Commit
c876b046
authored
Feb 26, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK
parent
edb8ad29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/gui/wxwidgets/menus.cpp
modules/gui/wxwidgets/menus.cpp
+4
-0
No files found.
modules/gui/wxwidgets/menus.cpp
View file @
c876b046
...
@@ -259,9 +259,11 @@ void PopupMenu( intf_thread_t *p_intf, wxWindow *p_parent,
...
@@ -259,9 +259,11 @@ void PopupMenu( intf_thread_t *p_intf, wxWindow *p_parent,
FIND_PARENT
);
FIND_PARENT
);
if
(
p_object
!=
NULL
)
if
(
p_object
!=
NULL
)
{
{
#if 0
#if (wxCHECK_VERSION(2,5,0))
#if (wxCHECK_VERSION(2,5,0))
ppsz_varnames[i] = "intf-switch";
ppsz_varnames[i] = "intf-switch";
pi_objects[i++] = p_object->i_object_id;
pi_objects[i++] = p_object->i_object_id;
#endif
#endif
#endif
ppsz_varnames
[
i
]
=
"intf-add"
;
ppsz_varnames
[
i
]
=
"intf-add"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
...
@@ -510,9 +512,11 @@ wxMenu *SettingsMenu( intf_thread_t *_p_intf, wxWindow *p_parent,
...
@@ -510,9 +512,11 @@ wxMenu *SettingsMenu( intf_thread_t *_p_intf, wxWindow *p_parent,
FIND_PARENT
);
FIND_PARENT
);
if
(
p_object
!=
NULL
)
if
(
p_object
!=
NULL
)
{
{
#if 0
#if (wxCHECK_VERSION(2,5,0))
#if (wxCHECK_VERSION(2,5,0))
ppsz_varnames[i] = "intf-switch";
ppsz_varnames[i] = "intf-switch";
pi_objects[i++] = p_object->i_object_id;
pi_objects[i++] = p_object->i_object_id;
#endif
#endif
#endif
ppsz_varnames
[
i
]
=
"intf-add"
;
ppsz_varnames
[
i
]
=
"intf-add"
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
pi_objects
[
i
++
]
=
p_object
->
i_object_id
;
...
...
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