Author: dodji
Date: Thu Jan 17 22:08:02 2008
New Revision: 698
URL: http://svn.gnome.org/viewvc/nemiver?rev=698&view=rev
Log:
[IDebugger::Variable] easy bug fix
Modified:
trunk/ChangeLog
trunk/src/dbgengine/nmv-i-debugger.h
Modified: trunk/src/dbgengine/nmv-i-debugger.h
==============================================================================
--- trunk/src/dbgengine/nmv-i-debugger.h (original)
+++ trunk/src/dbgengine/nmv-i-debugger.h Thu Jan 17 22:08:02 2008
@@ -425,6 +425,7 @@
if (!is_copyable (a_other))
return false;
m_name = a_other.m_name;
+ m_name_caption = a_other.m_name_caption;
m_value = a_other.m_value;
list<VariableSafePtr>::iterator it1;
list<VariableSafePtr>::const_iterator it2;
_______________________________________________
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.