nemiver r580 - in trunk: . src/persp/dbgperspective
- From: jjongsma svn gnome org
- To: svn-commits-list gnome org
- Subject: nemiver r580 - in trunk: . src/persp/dbgperspective
- Date: Wed, 10 Oct 2007 02:54:21 +0100 (BST)
Author: jjongsma
Date: 2007-10-10 02:54:21 +0100 (Wed, 10 Oct 2007)
New Revision: 580
ViewCVS link: http://svn.gnome.org/viewcvs/nemiver?rev=580&view=rev
Modified:
trunk/ChangeLog
trunk/src/persp/dbgperspective/nmv-breakpoints-view.cc
Log:
Fix Breakpoint duplication issue in the Breakpoints list
* src/persp/dbgperspective/nmv-breakpoints-view.cc: Breakpoints were
appearing in the Breakpoint list multiple times because the ID was not being
set properly. So when the 'breakpoints_set' signal was fired, we went
through the tree model to see if a breakpoint with that ID was found, none
were found, so all breakpoints were added even if they already existed in
the model.
Also added some logging to help uncover the issue.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]