https://bugs.kde.org/show_bug.cgi?id=382347

Johannes Obermayr <johannesoberm...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannesoberm...@gmx.de

--- Comment #9 from Johannes Obermayr <johannesoberm...@gmx.de> ---
Maybe that should handle it:
$ grep -r -n -e m_checkShowProgressOSD
src/option/base_k3bmiscoptiontab.ui:89:       <widget class="QCheckBox"
name="m_checkShowProgressOSD">
src/option/k3bmiscoptiontab.cpp:73:    m_checkShowProgressOSD->setChecked(
c.readEntry( "Show progress OSD", true ) );
src/option/k3bmiscoptiontab.cpp:95:    c.writeEntry( "Show progress OSD",
m_checkShowProgressOSD->isChecked() );

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to