Author: dodji
Date: Thu Jan 17 22:07:34 2008
New Revision: 694
URL: http://svn.gnome.org/viewvc/nemiver?rev=694&view=rev

Log:
use the last version of LocalVarsInspector2

        * src/persp/dbgperspective/nmv-dbg-perspective.cc:
          propagated the api change of LocalVarsInspector2


Modified:
   trunk/ChangeLog
   trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc

Modified: trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc
==============================================================================
--- trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc       (original)
+++ trunk/src/persp/dbgperspective/nmv-dbg-perspective.cc       Thu Jan 17 
22:07:34 2008
@@ -787,7 +787,9 @@
         in_show_var_value_at_pos_transaction (false),
         var_popup_tip_x (0),
         var_popup_tip_y (0)
-    {}
+    {
+    }
+
 
     void
     modify_source_editor_fonts (const UString &a_font_name)
@@ -5193,7 +5195,9 @@
 #ifndef WITH_VARIABLE_WALKER
             (new LocalVarsInspector (debugger (), *m_priv->workbench)) ;
 #else
-            (new LocalVarsInspector2 (debugger (), *m_priv->workbench)) ;
+            (new LocalVarsInspector2 (debugger (),
+                                      *m_priv->workbench,
+                                      *this)) ;
 #endif
     }
     THROW_IF_FAIL (m_priv->variables_editor) ;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to