[gedit] Change application ID to org.gnome.gedit



commit 0aa89c240ee2304c8bf5404ce1757232fd12c462
Author: Ryan Lortie <desrt desrt ca>
Date:   Sat Jan 11 00:50:24 2014 -0500

    Change application ID to org.gnome.gedit
    
    This matches what's already in the service file and between the two
    names, the lowercase form is more correct.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721892

 gedit/gedit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit.c b/gedit/gedit.c
index 62efe6f..dd07a65 100644
--- a/gedit/gedit.c
+++ b/gedit/gedit.c
@@ -61,7 +61,7 @@ main (int argc, char *argv[])
 #endif
 
        app = g_object_new (type,
-                           "application-id", "org.gnome.Gedit",
+                           "application-id", "org.gnome.gedit",
                            "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
                            NULL);
 


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