Commit 21ea5823 authored by Francois Cartegnie's avatar Francois Cartegnie

typo

parent 03d8ab10
...@@ -535,7 +535,7 @@ inline void MainInterface::showTab( QWidget *widget ) ...@@ -535,7 +535,7 @@ inline void MainInterface::showTab( QWidget *widget )
stackCentralW->indexOf( stackCentralOldWidget ) ); stackCentralW->indexOf( stackCentralOldWidget ) );
msg_Dbg( p_intf, "ShowTab request for %s", widget->metaObject()->className() ); msg_Dbg( p_intf, "ShowTab request for %s", widget->metaObject()->className() );
#endif #endif
/* fixing when the playlist has been undocked after been hidden. /* fixing when the playlist has been undocked after being hidden.
restoreStackOldWidget() is called when video stops but restoreStackOldWidget() is called when video stops but
stackCentralOldWidget would still be pointing to playlist */ stackCentralOldWidget would still be pointing to playlist */
if ( widget == playlistWidget && !isPlDocked() ) if ( widget == playlistWidget && !isPlDocked() )
......
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