[gnome-control-center] privacy: Change references from xdg-app to flatpak



commit 7758b4258c0704622dae15b04232e82a16166f4d
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Mar 18 03:36:07 2017 +0100

    privacy: Change references from xdg-app to flatpak

 panels/privacy/cc-privacy-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/privacy/cc-privacy-panel.c b/panels/privacy/cc-privacy-panel.c
index b096721..fb98513 100644
--- a/panels/privacy/cc-privacy-panel.c
+++ b/panels/privacy/cc-privacy-panel.c
@@ -755,7 +755,7 @@ on_perm_store_lookup_done(GObject *source_object,
   if (ret == NULL)
     {
       if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
-        g_warning ("Failed fetch permissions from xdg-app permission store: %s",
+        g_warning ("Failed fetch permissions from flatpak permission store: %s",
                    error->message);
       g_error_free (error);
 
@@ -787,7 +787,7 @@ on_perm_store_ready (GObject *source_object,
   if (proxy == NULL)
     {
       if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
-          g_warning ("Failed to connect to xdg-app permission store: %s",
+          g_warning ("Failed to connect to flatpak permission store: %s",
                      error->message);
       g_error_free (error);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]