[nemiver] 644114 Update the call stack again



commit ae4fb09624e1fc7f3727ce6d029a86dc849d5429
Author: Dodji Seketeli <dodji seketeli org>
Date:   Mon Mar 7 13:05:07 2011 +0100

    644114 Update the call stack again
    
    	* src/persp/dbgperspective/nmv-call-stack.cc
    	(CallStack::Priv::finish_update_handling): Pass the
    	&Priv::on_frames_listed slot to IDebugger::list_frames.

 src/persp/dbgperspective/nmv-call-stack.cc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-call-stack.cc b/src/persp/dbgperspective/nmv-call-stack.cc
index 9a8976e..aa9e429 100644
--- a/src/persp/dbgperspective/nmv-call-stack.cc
+++ b/src/persp/dbgperspective/nmv-call-stack.cc
@@ -254,7 +254,9 @@ struct CallStack::Priv {
     void finish_update_handling ()
     {
         THROW_IF_FAIL (debugger);
-        debugger->list_frames (frame_low, frame_high);
+        debugger->list_frames (frame_low, frame_high,
+			       sigc::mem_fun (*this, &Priv::on_frames_listed),
+			       "");
     }
 
     void handle_update (const UString &a_cookie)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]