[gnome-software] Forgotten file



commit 65041f4b035988b9d32fefb6bec04d5e36e6ca36
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Sep 11 12:57:09 2013 -0400

    Forgotten file
    
    Make the GNOME_SOFTWARE_FEATURED environment variable available
    unconditionally as well.

 src/plugins/gs-plugin-hardcoded-featured.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-plugin-hardcoded-featured.c b/src/plugins/gs-plugin-hardcoded-featured.c
index 946842f..042d572 100644
--- a/src/plugins/gs-plugin-hardcoded-featured.c
+++ b/src/plugins/gs-plugin-hardcoded-featured.c
@@ -78,7 +78,6 @@ gs_plugin_add_featured (GsPlugin *plugin,
 
        group = NULL;
 
-#ifdef DEBUG
        if (g_getenv ("GNOME_SOFTWARE_FEATURED")) {
                const gchar *featured;
                featured = g_getenv ("GNOME_SOFTWARE_FEATURED");
@@ -89,7 +88,6 @@ gs_plugin_add_featured (GsPlugin *plugin,
                        }
                }
        }
-#endif
 
        if (!group) {
                /* In lieu of a random number generator, just


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