]> git.sesse.net Git - vlc/commitdiff
Crash fix. Thanks to _steven_ on IRC
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 7 May 2006 20:51:23 +0000 (20:51 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 7 May 2006 20:51:23 +0000 (20:51 +0000)
modules/gui/wxwidgets/menus.cpp

index 28a0a350159993b35078c6fa5c037f8ad6d85339..ab7a38c4ff000d701f9f0faff35b033ff0968eb1 100644 (file)
@@ -208,7 +208,9 @@ int IntfAutoMenuBuilder( intf_thread_t *p_intf,
 #endif
         }
         else
+        {
             PUSH_VAR( "intf-switch" );
+        }
         PUSH_VAR( "intf-add" );
         PUSH_VAR( "intf-skins" );
         vlc_object_release( p_object );