[Konversation-devel] [Bug 133032] with 'show box to change own nickname' toggled on, shft+tabkey cannot navigate to userlist
Eli MacKenzie
argonel at sympatico.ca
Sat Aug 26 19:35:58 CEST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=133032
argonel sympatico ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From argonel sympatico ca 2006-08-26 19:35 -------
SVN commit 577429 by argonel:
allow moving focus through the nickname box
BUG:133032
M +2 -2 channel.cpp
--- trunk/extragear/network/konversation/src/channel.cpp #577428:577429
@ -2141,9 +2141,9 @
{
nicknameCombobox->setCurrentText(oldNick);
changeNickname(newNick);
+ // return focus to input line
+ channelInput->setFocus();
}
- // return focus to input line
- channelInput->setFocus();
}
void Channel::changeNickname(const QString& newNickname)
More information about the Konversation-devel
mailing list