SF.net SVN: geany-plugins:[2122] trunk/geany-plugins/debugger/src/callbacks .c

cesspit at users.sourceforge.net cesspit at xxxxx
Sat Aug 6 06:02:50 UTC 2011


Revision: 2122
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2122&view=rev
Author:   cesspit
Date:     2011-08-06 06:02:50 +0000 (Sat, 06 Aug 2011)

Log Message:
-----------
debugger plugin:
 - fixing bug with double breakpoint removing from the breakpoints tab

Modified Paths:
--------------
    trunk/geany-plugins/debugger/src/callbacks.c

Modified: trunk/geany-plugins/debugger/src/callbacks.c
===================================================================
--- trunk/geany-plugins/debugger/src/callbacks.c	2011-08-05 21:28:14 UTC (rev 2121)
+++ trunk/geany-plugins/debugger/src/callbacks.c	2011-08-06 06:02:50 UTC (rev 2122)
@@ -195,7 +195,6 @@
 						{
 							if (bp->line < line - nt->linesAdded)
 							{
-								bptree_remove_breakpoint(bp);
 								breaks_remove(bp->file, bp->line);
 							}
 							else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list