debugger: use the right flag to select using full paths for breakpoints

This commit is contained in:
hjk
2010-03-04 13:18:25 +01:00
parent 3527195e85
commit 98e8813ccd

View File

@@ -258,7 +258,7 @@ void BreakWindow::contextMenuEvent(QContextMenuEvent *ev)
else if (act == toggleEnabledAction)
setBreakpointsEnabled(si, !enabled);
else if (act == pathAction)
setBreakpointsFullPath(si, !enabled);
setBreakpointsFullPath(si, !fullpath);
else if (act == breakAtFunctionAction) {
BreakByFunctionDialog dlg(this);
if (dlg.exec())