Mercurial > hg > octave-jordi
diff gui/src/m-editor/file-editor-tab.h @ 14829:e97be88fc478 gui
Fixed removing all breakpoints.
* file-editor-tab: Renamed slot to remove all breakpoints.
* file-editor: Renamed slot to remove all breakpoints.
* octave-event: Added checking for return value when adding breakpoints.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Mon, 02 Jul 2012 15:18:55 +0200 |
parents | 6b90737f69cc |
children | db3c84d38345 |
line wrap: on
line diff
--- a/gui/src/m-editor/file-editor-tab.h +++ b/gui/src/m-editor/file-editor-tab.h @@ -46,7 +46,7 @@ void toggle_bookmark (); void next_bookmark (); void previous_bookmark (); - void remove_breakpoint (); + void remove_all_breakpoints (); void toggle_breakpoint (); void next_breakpoint (); void previous_breakpoint ();