mirror of
https://github.com/KDE/konsole.git
synced 2026-05-02 19:56:46 -04:00
Do not call selectedRow() at the end of tableSelectionChanged().
That line will cause infinite growing stack when Ctrl+A is pressed and finally make konsole crash . BUG: 281375 FIXED-IN: 4.8
This commit is contained in:
@@ -306,7 +306,6 @@ void ManageProfilesDialog::tableSelectionChanged(const QItemSelection&)
|
||||
// _ui->moveUpButton->setEnabled((selectedRows == 1) && (rowIndex > 0));
|
||||
// _ui->moveDownButton->setEnabled((selectedRows == 1) && (rowIndex < (_sessionModel->rowCount()-1)));
|
||||
|
||||
_ui->sessionTable->selectRow(rowIndex);
|
||||
}
|
||||
void ManageProfilesDialog::deleteSelected()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user