[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Stefan Eilers <stefan.eilers () basyskom ! de>
Date:       2007-03-20 11:11:43
Message-ID: 1174389103.409744.25299.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 644549 by eilers:

Fixed invalid connection.


 M  +1 -1      mainwindow_road.cc  


--- trunk/kdenox/konq-embed/src/mainwindow_road.cc #644548:644549
@@ -668,7 +668,7 @@
     connect( tabBar, SIGNAL( closed( int ) ), this, SLOT( closeViewWidget( int ) ) );
     connect( tabBar, SIGNAL( requestNewView() ), this, SLOT( newView() ) );
     connect( tabBar, SIGNAL( selected( int ) ), this, SLOT( updateTabCloseButton( int ) ) ); 
-    connect( m_widgetStack, SIGNAL( aboutToShow( int ) ), tabBar, SLOT( updateTabCloseButton( int ) ) );
+    connect( m_widgetStack, SIGNAL( aboutToShow( int ) ), this, SLOT( updateTabCloseButton( int ) ) );
     connect( modeBar, SIGNAL( autoHidden() ), this, SLOT( focusView() ) );
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic