]> git.sesse.net Git - vlc/commitdiff
-fixed little poliotage
authorStéphane Borel <stef@videolan.org>
Sun, 8 Apr 2001 07:45:03 +0000 (07:45 +0000)
committerStéphane Borel <stef@videolan.org>
Sun, 8 Apr 2001 07:45:03 +0000 (07:45 +0000)
plugins/gnome/gnome_callbacks.c

index 98f38a719f39ceca57a0ebd6b2feeef969fe492f..f615d2f7f6cb0d62c6fc69e5df3d9ef64b708846 100644 (file)
@@ -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>
  *          Stéphane 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;