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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       John Birch <jbb () kdevelop ! org>
Date:       2003-06-11 6:15:34
[Download RAW message or body]

CVS commit by jb: 

FIXED: changing debugger options didn't take effect until you closed
then reopened your project


  M +1 -1      dbgcontroller.h   1.16
  M +1 -1      debuggerpart.cpp   1.78
  M +2 -1      gdbcontroller.h   1.18


--- kdevelop/parts/debugger/debuggerpart.cpp  #1.77:1.78
@@ -448,5 +448,5 @@ void DebuggerPart::projectConfigWidget(K
     DebuggerConfigWidget *w = new DebuggerConfigWidget(this, vbox, "debugger config widget");
     connect( dlg, SIGNAL(okClicked()), w, SLOT(accept()) );
-    connect( dlg, SIGNAL(finished()), controller, SLOT(reConfig()) );
+    connect( dlg, SIGNAL(finished()), controller, SLOT(configure()) );
 }
 

--- kdevelop/parts/debugger/gdbcontroller.h  #1.17:1.18
@@ -49,5 +49,4 @@ public:
     GDBController(VariableTree *varTree, FramestackWidget *frameStack, QDomDocument &projectDom);
     ~GDBController();
-    void configure();
 
 protected:
@@ -86,4 +85,6 @@ private:
 
 public slots:
+    void configure();
+
     void slotStart(const QString& shell, const QString &application);
     void slotCoreFile(const QString &coreFile);


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

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