[gthumb] fixed the application id



commit c1526b4ca29037ceb4846dbff4d123b253536419
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Oct 24 10:45:29 2017 +0200

    fixed the application id

 gthumb/gth-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-application.c b/gthumb/gth-application.c
index f76f028..f91f1f9 100644
--- a/gthumb/gth-application.c
+++ b/gthumb/gth-application.c
@@ -458,7 +458,7 @@ GtkApplication *
 gth_application_new (void)
 {
         return g_object_new (gth_application_get_type (),
-                             "application-id", "org.gnome.Gthumb",
+                             "application-id", "org.gnome.gThumb",
                              "register-session", TRUE, /* required to call gtk_application_inhibit */
                              "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
                              NULL);


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