[gnome-software] Fix the application name for gnome-weather



commit 278d8b247ffdb8fcbd727902865d3ccaf47563ef
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Aug 31 15:58:00 2013 +0200

    Fix the application name for gnome-weather
    
    gnome-weather is the tarball, repository and package name,
    but the application ID is org.gnome.Weather.Application,
    following the new recommendations from last GUADEC.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707185

 data/Makefile.am                                   |    2 +-
 ... => featured-org.gnome.Weather.Application.png} |  Bin 112824 -> 112824 bytes
 src/plugins/gs-plugin-hardcoded-featured.c         |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e61d41c..d20e47a 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,7 @@ dist_resources_DATA =                                   \
        featured-gimp.png                               \
        featured-firefox.png                            \
        featured-xchat.png                              \
-       featured-gnome-weather.png                      \
+       featured-org.gnome.Weather.Application.png      \
        featured-gnome-sudoku.png                       \
        stars0.png                                      \
        stars1.png                                      \
diff --git a/src/plugins/gs-plugin-hardcoded-featured.c b/src/plugins/gs-plugin-hardcoded-featured.c
index 5bffad8..0de1f7e 100644
--- a/src/plugins/gs-plugin-hardcoded-featured.c
+++ b/src/plugins/gs-plugin-hardcoded-featured.c
@@ -58,7 +58,7 @@ gs_plugin_add_featured (GsPlugin *plugin,
         GDateTime *date;
        const gchar *apps[] = {
                 "gimp",
-                "gnome-weather",
+                "org.gnome.Weather.Application",
                 "gnome-sudoku",
                NULL
         };


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