Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e98a5e59
Commit
e98a5e59
authored
Apr 08, 2001
by
Stéphane Borel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-fixed little poliotage
parent
72ca0539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/gnome/gnome_callbacks.c
plugins/gnome/gnome_callbacks.c
+3
-1
No files found.
plugins/gnome/gnome_callbacks.c
View file @
e98a5e59
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* gnome_callbacks.c : Callbacks for the Gnome plugin.
* gnome_callbacks.c : Callbacks for the Gnome plugin.
*****************************************************************************
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* Copyright (C) 2000, 2001 VideoLAN
* $Id: gnome_callbacks.c,v 1.2
1 2001/04/08 07:24:47
stef Exp $
* $Id: gnome_callbacks.c,v 1.2
2 2001/04/08 07:45:03
stef Exp $
*
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Authors: Samuel Hocevar <sam@zoy.org>
* Stphane Borel <stef@via.ecp.fr>
* Stphane Borel <stef@via.ecp.fr>
...
@@ -335,6 +335,8 @@ on_menubar_audio_toggle (GtkCheckMenuItem *menuitem,
...
@@ -335,6 +335,8 @@ on_menubar_audio_toggle (GtkCheckMenuItem *menuitem,
intf_thread_t
*
p_intf
;
intf_thread_t
*
p_intf
;
es_descriptor_t
*
p_es
;
es_descriptor_t
*
p_es
;
p_intf
=
GetIntf
(
GTK_WIDGET
(
menuitem
),
"intf_window"
);
if
(
!
p_intf
->
p_sys
->
b_menus_update
)
if
(
!
p_intf
->
p_sys
->
b_menus_update
)
{
{
p_es
=
(
es_descriptor_t
*
)
user_data
;
p_es
=
(
es_descriptor_t
*
)
user_data
;
...
...
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