From 750b36c28c5af7289b50d33aa99f3d631ec5b036 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 14:45:35 +0100 Subject: Fix executable/project name (indicator-datetime -> ayatana-indicator-datetime) at various locations. --- src/engine-eds.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp index 30aad1a..f1db6aa 100644 --- a/src/engine-eds.cpp +++ b/src/engine-eds.cpp @@ -215,7 +215,7 @@ private: if (error != nullptr) { if (!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) - g_warning("indicator-datetime cannot show EDS appointments: %s", error->message); + g_warning("ayatana-indicator-datetime cannot show EDS appointments: %s", error->message); g_error_free(error); } @@ -294,7 +294,7 @@ private: if (error) { if (!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) - g_warning("indicator-datetime cannot connect to EDS source: %s", error->message); + g_warning("ayatana-indicator-datetime cannot connect to EDS source: %s", error->message); g_error_free(error); } @@ -344,7 +344,7 @@ private: else if(error != nullptr) { if (!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) - g_warning("indicator-datetime cannot get View to EDS client: %s", error->message); + g_warning("ayatana-indicator-datetime cannot get View to EDS client: %s", error->message); g_error_free(error); } @@ -1017,7 +1017,7 @@ private: if (!e_cal_client_modify_object_finish (E_CAL_CLIENT(gclient), res, &error)) { if (!g_error_matches(error, G_IO_ERROR, G_IO_ERROR_CANCELLED)) - g_warning("indicator-datetime cannot mark one-time alarm as disabled: %s", error->message); + g_warning("ayatana-indicator-datetime cannot mark one-time alarm as disabled: %s", error->message); g_error_free(error); } -- cgit v1.2.3