By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1499
Collapse All | Expand All

(-)trinity-tdemultimedia-3.5.13.2~pre17+a4c1404c/kmix/kmix.cpp.ORI (-1 / +1 lines)
Lines 301-307 Link Here
301
   const TQString& valueStyleString = config->readEntry("ValueStyle", "None");
301
   const TQString& valueStyleString = config->readEntry("ValueStyle", "None");
302
   m_onLogin = config->readBoolEntry("startkdeRestore", true );
302
   m_onLogin = config->readBoolEntry("startkdeRestore", true );
303
   m_dockIconMuting = config->readBoolEntry( "DockIconMuting", false);
303
   m_dockIconMuting = config->readBoolEntry( "DockIconMuting", false);
304
   m_startVisible = config->readBoolEntry("Visible", true);
304
   m_startVisible = config->readBoolEntry("Visible", false);
305
   m_multiDriverMode = config->readBoolEntry("MultiDriver", false);
305
   m_multiDriverMode = config->readBoolEntry("MultiDriver", false);
306
   m_surroundView    = config->readBoolEntry("Experimental-ViewSurround", false );
306
   m_surroundView    = config->readBoolEntry("Experimental-ViewSurround", false );
307
   m_gridView    = config->readBoolEntry("Experimental-ViewGrid", false );
307
   m_gridView    = config->readBoolEntry("Experimental-ViewGrid", false );

Return to bug 1499