Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Base Apps
Commits
3143acc0
Commit
3143acc0
authored
Nov 09, 2012
by
Emmanuel Pescosta
Browse files
Fix Bug 309760 - Crash while inline-renaming a file and apply change with return-key
BUG: 309760 FIXED-IN: 4.9.4
parent
951cb9c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dolphin/src/kitemviews/private/kitemlistroleeditor.cpp
View file @
3143acc0
...
...
@@ -144,7 +144,8 @@ void KItemListRoleEditor::keyPressEvent(QKeyEvent* event)
return
;
case
Qt
::
Key_Enter
:
case
Qt
::
Key_Return
:
emitRoleEditingFinished
();
// TODO: find a better way to fix the bug 309760
clearFocus
();
// emitRoleEditingFinished(); results in a crash
event
->
accept
();
return
;
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment