CVS commit by mlaurent: Email kcm module doesn't exist use "kcm_useraccount" M +1 -1 kbugreport.cpp 1.94 --- kdelibs/kdeui/kbugreport.cpp #1.93:1.94 @@ -311,5 +311,5 @@ void KBugReport::slotConfigureEmail() if (m_process) return; m_process = new KProcess; - *m_process << QString::fromLatin1("kcmshell") << QString::fromLatin1("email"); + *m_process << QString::fromLatin1("kcmshell") << QString::fromLatin1("kcm_useraccount"); connect(m_process, SIGNAL(processExited(KProcess *)), SLOT(slotSetFrom())); if (!m_process->start())