[libdazzle] app: use trailing / in resource path



commit efb7d3ed6415804e318838758d25c57bf480ee7a
Author: Christian Hergert <chergert redhat com>
Date:   Mon Nov 13 05:10:03 2017 -0800

    app: use trailing / in resource path
    
    To allow us in the future to take advantage of some fast paths.

 src/app/dzl-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app/dzl-application.c b/src/app/dzl-application.c
index e45cbdc..5a99ed6 100644
--- a/src/app/dzl-application.c
+++ b/src/app/dzl-application.c
@@ -185,7 +185,7 @@ dzl_application_startup (GApplication *app)
    */
 
   /* Register our resources that are part of libdazzle. */
-  DZL_APPLICATION_GET_CLASS (self)->add_resources (self, "resource:///org/gnome/dazzle");
+  DZL_APPLICATION_GET_CLASS (self)->add_resources (self, "resource:///org/gnome/dazzle/");
 
   /* Now register the application resources */
   if (NULL != (resource_base_path = g_application_get_resource_base_path (app)))


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