[seahorse/wip/nielsdg/keyboard-shortcuts: 1/2] application: Set correct resource-base-path



commit 6872ff301fae06e33b41a1e5dbf951b5ca1cca5a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Jan 30 08:55:19 2020 +0100

    application: Set correct resource-base-path

 src/application.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/application.vala b/src/application.vala
index c0fed4c6..7f048554 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -66,9 +66,10 @@ public class Seahorse.Application : Gtk.Application {
         { null }
     };
 
-    public Application () {
+    public Application() {
         GLib.Object (
             application_id: Config.APPLICATION_ID,
+            resource_base_path: "/org/gnome/Seahorse",
             flags: ApplicationFlags.HANDLES_OPEN
         );
         this.search_provider = new SearchProvider(this);


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