]> git.sesse.net Git - vlc/commitdiff
* top_window.cpp: stupid bug...
authorCyril Deguet <asmax@videolan.org>
Tue, 25 Apr 2006 17:25:02 +0000 (17:25 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 25 Apr 2006 17:25:02 +0000 (17:25 +0000)
modules/gui/skins2/src/top_window.cpp

index 84a4c419fba25b72a534522ebf6c87f9186c7850..812d9daea0680a3cfdf4d4bf5f63aa2418fa53e9 100644 (file)
@@ -349,7 +349,6 @@ const GenericLayout& TopWindow::getActiveLayout() const
 
 void TopWindow::innerShow()
 {
-    printf("show %x\n", m_pActiveLayout);
     // First, refresh the layout and update the shape of the window
     if( m_pActiveLayout )
     {
@@ -369,7 +368,7 @@ void TopWindow::innerHide()
         m_pActiveLayout->onHide();
     }
     // Hide the window
-    GenericWindow::innerShow();
+    GenericWindow::innerHide();
 }