SVN commit 432580 by pletourn: Give back the focus to the view after canceling a rename BUG:98120 M +1 -0 klistview.cpp --- branches/KDE/3.4/kdelibs/kdeui/klistview.cpp #432579:432580 @@ -372,6 +372,7 @@ hide(); // will call focusOutEvent, that's why we set item=0 before if (commit) emit done(i,c); + i->listView()->setFocus(); } }