[Bug 62476] Project opening/ closing behaviour

Roberto Raggi roberto at kdevelop.org
Sat Nov 1 12:38:06 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=62476     
roberto at kdevelop.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From roberto at kdevelop.org  2003-11-01 12:37 -------
Subject: kdevelop/src

CVS commit by raggi: 

fixed bug 62476. patch by Sascha Cunz <mail at SaCu.DE>

CCMAIL: 62476-done at bugs.kde.org


  M +1 -1      partcontroller.h   1.38
  M +2 -0      projectmanager.cpp   1.61


--- kdevelop/src/partcontroller.h  #1.37:1.38
@@ -62,4 +62,5 @@ public slots:
   void slotCloseAllButPartForWidget(QWidget *widget);
   void slotActivePartChanged( KParts::Part* part );
+  void slotCloseAllWindows();
 
 protected:
@@ -77,5 +78,4 @@ private slots:
 
   void slotCloseWindow();
-  void slotCloseAllWindows();
   void slotCloseOtherWindows();
 

--- kdevelop/src/projectmanager.cpp  #1.60:1.61
@@ -346,4 +346,6 @@ bool ProjectManager::closeProject()
   m_projectOptionsAction->setEnabled(false);
 
+  PartController::getInstance()->slotCloseAllWindows();
+
   return true;
 }




More information about the KDevelop-devel mailing list