[gnome-shell] config: Fix misleading comment
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] config: Fix misleading comment
- Date: Fri, 29 Apr 2022 20:27:17 +0000 (UTC)
commit 82d336211ac4433d11d8ee9a1bf34b2c508426f8
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>
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]