[Konsole-devel] [Bug 87664] Signal/Bell system-notification option doesn't save
Waldo Bastian
bastian at kde.org
Sun Aug 22 19:11:48 UTC 2004
------- 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=87664
bastian kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bastian kde org 2004-08-22 21:11 -------
CVS commit by waba:
Fix check for soundserver (BR87664)
CCMAIL: 87664-done bugs kde org
M +1 -1 konsole.cpp 1.476
--- kdebase/konsole/konsole/konsole.cpp #1.475:1.476
@ -1339,5 +1339,5 @ void Konsole::checkSoundSystem()
KConfig *arts_config = new KConfig("kcmartsrc");
arts_config->setGroup("Arts");
- b_soundSystemEnabled = arts_config->readBoolEntry("StartServer", false);
+ b_soundSystemEnabled = arts_config->readBoolEntry("StartServer", true);
}
More information about the konsole-devel
mailing list