diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-31 19:30:15 +0200 | 
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2016-08-31 19:30:15 +0200 | 
| commit | 26e30deb75052fafb5865f4236cae17d5c710e5a (patch) | |
| tree | b9f771f85cbe66f43d88838e2af12afd8f4d98aa /UnityCore | |
| parent | 441ef596be2d17da00085692e0b2f77162ede238 (diff) | |
DBusIndicators: use UNITY_LIBDIR
(bzr r4177.4.5)
Diffstat (limited to 'UnityCore')
| -rw-r--r-- | UnityCore/DBusIndicators.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/UnityCore/DBusIndicators.cpp b/UnityCore/DBusIndicators.cpp index 5dade1f57..b9c17e105 100644 --- a/UnityCore/DBusIndicators.cpp +++ b/UnityCore/DBusIndicators.cpp @@ -123,7 +123,7 @@ void DBusIndicators::Impl::CheckLocalService()  // This is obviously hackish, but this part of the code is mostly hackish...  // Let's attempt to run it from where we expect it to be - std::string cmd = UNITY_INSTALL_LIBDIR"/" + std::string("unity-panel-service"); + std::string cmd = UNITY_LIBDIR"/" + std::string("unity-panel-service");  LOG_WARN(logger) << "Couldn't load panel from installed services, "  << "so trying to load panel from known location: " << cmd; | 
