]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/timer.cpp
DBus: don't use the demux object
[vlc] / modules / gui / wxwidgets / timer.cpp
index 9d77eccf30e5dea8a580b30d989fd8697668bb44..1655fe4379cb317fd6841cd758661dcb47151fe6 100644 (file)
@@ -104,6 +104,7 @@ void Timer::Notify()
     if( p_intf->p_sys->b_intf_show )
     {
         p_main_interface->Raise();
+        p_main_interface->Show();
         p_intf->p_sys->b_intf_show = VLC_FALSE;
     }