diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-08-26 23:17:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-08-26 23:17:34 +0900 |
commit | 969a048cd6ee684dce8f71c79cf529c1b349e482 (patch) | |
tree | 34433b2e29775a47d22d72b9a3c7ebd0673ffd65 /kcontrol | |
parent | 47234bdbd2ebdd5daef1513e6213f315752017a1 (diff) | |
download | tdebase-969a048cd6ee684dce8f71c79cf529c1b349e482.tar.gz tdebase-969a048cd6ee684dce8f71c79cf529c1b349e482.zip |
Fixed tdehwdevicetray autostart enable/disable functionality. This
resolves bug 2877.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp index fbc330ddf..bc9b6fbf4 100644 --- a/kcontrol/hwmanager/hwdevicetray.cpp +++ b/kcontrol/hwmanager/hwdevicetray.cpp @@ -96,7 +96,7 @@ HwDeviceSystemTray::~HwDeviceSystemTray() { * result is written to the KDE configfile. */ void HwDeviceSystemTray::_quit () { - r_config = new KSimpleConfig("hwdevicetrayrc"); + r_config = new KSimpleConfig("tdehwdevicetrayrc"); TQString tmp1 = i18n ("Start hardware device tray automatically when you log in?"); int tmp2 = KMessageBox::questionYesNo (0, tmp1, i18n("Question"), i18n("Start Automatically"), i18n("Do Not Start")); |