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

List:       kmdi-devel
Subject:    kdelibs/kmdi/kmdi
From:       dhdev () gmx ! de (Dominik Haumann)
Date:       2005-03-12 20:21:54
Message-ID: 20050312192147.E442017B90 () office ! kde ! org
[Download RAW message or body]

CVS commit by dhaumann: 

fix toolview accessors. The signal was connected twice, so a CTRL+ALT+SHIFT+l
opened and closed the toolview immediately. (This bug does not exist in kmdi1).
Backport follows.

CCMAIL:kmdi-devel@kde.org


  M +0 -5      mainwindow.cpp   1.15


--- kdelibs/kmdi/kmdi/mainwindow.cpp  #1.14:1.15
@@ -245,9 +245,4 @@ void MainWindow::setupGUIClient ()
   connect(m_guiClient,SIGNAL(toggleRight()),this,SIGNAL(toggleRight()));
   connect(m_guiClient,SIGNAL(toggleBottom()),this,SIGNAL(toggleBottom()));
-
-  connect(this,SIGNAL(toggleTop()),m_topContainer->getWidget(),SLOT(toggle()));
-  connect(this,SIGNAL(toggleLeft()),m_leftContainer->getWidget(),SLOT(toggle()));
-  connect(this,SIGNAL(toggleRight()),m_rightContainer->getWidget(),SLOT(toggle()));
-  connect(this,SIGNAL(toggleBottom()),m_bottomContainer->getWidget(),SLOT(toggle()));
 }
 


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

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