[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/16.04.2-1-55-ge100b8a
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Sep 12 14:09:29 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=01727a5
The following commit has been merged in the master branch:
commit 01727a57f9d7eabd214af83b3beb792a8efe16c7
Author: James D. Smith <smithjd15 at gmail.com>
Date: Thu Jan 5 00:04:39 2017 -0700
Open the correct contactlist config file.
REVIEW:127188
---
config/telepathy-kded-config.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/telepathy-kded-config.cpp b/config/telepathy-kded-config.cpp
index 4ed6a16..8822064 100644
--- a/config/telepathy-kded-config.cpp
+++ b/config/telepathy-kded-config.cpp
@@ -243,7 +243,7 @@ void TelepathyKDEDConfig::load()
ui->m_autoConnectCheckBox->setCheckState(Qt::PartiallyChecked);
}
- KSharedConfigPtr contactListConfig = KSharedConfig::openConfig(QLatin1String("ktp-contactlistrc"));
+ KSharedConfigPtr contactListConfig = KSharedConfig::openConfig(QLatin1String("ktpcontactlistrc"));
KConfigGroup generalConfigGroup(contactListConfig, "General");
KConfigGroup notifyConfigGroup(contactListConfig, "Notification Messages");
@@ -313,7 +313,7 @@ void TelepathyKDEDConfig::save()
kdedConfig.writeEntry(QLatin1String("autoConnect"), AutoConnect::modeToString(AutoConnect::Enabled));
}
- KSharedConfigPtr contactListConfig = KSharedConfig::openConfig(QLatin1String("ktp-contactlistrc"));
+ KSharedConfigPtr contactListConfig = KSharedConfig::openConfig(QLatin1String("ktpcontactlistrc"));
KConfigGroup generalConfigGroup(contactListConfig, "General");
KConfigGroup notifyConfigGroup(contactListConfig, "Notification Messages");
--
ktp-kded-integration-module packaging
More information about the pkg-kde-commits
mailing list