[gnome-shell/gnome-41] config: Fix misleading comment



commit 0c6dd57a0cc684fbcd426ffa0a82037810822a6d
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Apr 27 15:08:17 2022 +0200

    config: Fix misleading comment
    
    HAVE_SOUP2=1 does *not* mean that Soup3 is enabled, it does the
    exact opposite as indicated by the variable name.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2285>
    (cherry picked from commit 82d336211ac4433d11d8ee9a1bf34b2c508426f8)

 js/misc/config.js.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/misc/config.js.in b/js/misc/config.js.in
index f9210397a1..776a6c6000 100644
--- a/js/misc/config.js.in
+++ b/js/misc/config.js.in
@@ -8,7 +8,7 @@ var PACKAGE_VERSION = '@PACKAGE_VERSION@';
 var HAVE_BLUETOOTH = @HAVE_BLUETOOTH@;
 /* 1 if networkmanager is available, 0 otherwise */
 var HAVE_NETWORKMANAGER = @HAVE_NETWORKMANAGER@;
-/* 1 if soup3 support is enabled, 0 otherwise */
+/* 1 if soup2 should be used instead of soup3, 0 otherwise */
 var HAVE_SOUP2 = @HAVE_SOUP2@;
 /* gettext package */
 var GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';


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