[Bug 117115] enter password after session lock not in basic language
https://bugzilla.novell.com/show_bug.cgi?id=117115 ------- Comment #59 from dmueller@novell.com 2007-05-09 09:18 MST ------- Mike: thanks for looking into it. from the commit log: ------------------------------------------------------------------------ r616816 | aacid | 2006-12-27 00:04:33 +0100 (Wed, 27 Dec 2006) | 2 lines Changed paths: M /branches/KDE/3.5/kdelibs/kdeui/kpassdlg.cpp i need this so that ` + a gets composed to à ------------------------------------------------------------------------ Index: kpassdlg.cpp =================================================================== --- kpassdlg.cpp (revision 616815) +++ kpassdlg.cpp (revision 616816) @@ -118,6 +118,7 @@ KPasswordEdit::KPasswordEdit(QWidget *pa else m_EchoMode = OneStar; + setInputMethodEnabled( true ); } KPasswordEdit::KPasswordEdit(QWidget *parent, const char *name, int echoMode) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com