Fix Konqueror SEGV when the KPropertiesDialog is opened on the root

element of the treeview. This resolves issue #310.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/311/head
Michele Calgaro 1 year ago
parent 7df41e8572
commit d88a72a5bc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1012,7 +1012,6 @@ void KonqSidebarTree::slotProperties()
KPropertiesDialog *dlg = new KPropertiesDialog( url );
dlg->setFileNameReadOnly(true);
dlg->exec();
delete dlg;
}
void KonqSidebarTree::slotOpenNewWindow()

Loading…
Cancel
Save