Commit e98a5e59 authored by Stéphane Borel's avatar Stéphane Borel

-fixed little poliotage

parent 72ca0539
......@@ -2,7 +2,7 @@
* gnome_callbacks.c : Callbacks for the Gnome plugin.
*****************************************************************************
* Copyright (C) 2000, 2001 VideoLAN
* $Id: gnome_callbacks.c,v 1.21 2001/04/08 07:24:47 stef Exp $
* $Id: gnome_callbacks.c,v 1.22 2001/04/08 07:45:03 stef Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
* Stphane Borel <stef@via.ecp.fr>
......@@ -335,6 +335,8 @@ on_menubar_audio_toggle (GtkCheckMenuItem *menuitem,
intf_thread_t * p_intf;
es_descriptor_t * p_es;
p_intf = GetIntf( GTK_WIDGET(menuitem), "intf_window" );
if( !p_intf->p_sys->b_menus_update )
{
p_es = (es_descriptor_t*)user_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment