Branch: master

969a048c 2019-08-26 14:17:34 Michele Calgaro
Fixed tdehwdevicetray autostart enable/disable functionality. This
resolves bug 2877.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
M kcontrol/hwmanager/hwdevicetray.cpp

kcontrol/hwmanager/hwdevicetray.cpp

diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp
index fbc330d..bc9b6fb 100644
--- a/kcontrol/hwmanager/hwdevicetray.cpp
+++ b/kcontrol/hwmanager/hwdevicetray.cpp
@@ -96,7 +96,7 @@
  * 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"));