[seahorse/gnome-3-6] Change the dbus name that the seahorse application claims



commit ec3c7a1bd2e3bc4648735061c43d86d2fd640d3d
Author: Stef Walter <stefw gnome org>
Date:   Mon Feb 18 15:29:29 2013 +0100

    Change the dbus name that the seahorse application claims
    
    This is so it doesn't conflict with the seahorse-daemon dbus name
    owned by libcryptui
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694053

 libseahorse/seahorse-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libseahorse/seahorse-application.c b/libseahorse/seahorse-application.c
index ef73bb9..f7b8a31 100644
--- a/libseahorse/seahorse-application.c
+++ b/libseahorse/seahorse-application.c
@@ -173,7 +173,7 @@ GtkApplication *
 seahorse_application_new (void)
 {
        return g_object_new (SEAHORSE_TYPE_APPLICATION,
-                            "application-id", "org.gnome.seahorse",
+                            "application-id", "org.gnome.seahorse.Application",
                             NULL);
 }
 


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