summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Schwab <git@nicholas-schwab.de>2021-04-08 16:29:39 +0200
committerNicholas Schwab <git@nicholas-schwab.de>2021-04-08 16:29:39 +0200
commit895d28e0303a17130003e8604a948e7c93fdbcbe (patch)
treea3cfa8c718f70d40fc94e3c044d504597850d100
parentaa1c2b6ac2a0d715ac9b413eb469d4a6a698039e (diff)
downloadqutebrowser-895d28e0303a17130003e8604a948e7c93fdbcbe.tar.gz
qutebrowser-895d28e0303a17130003e8604a948e7c93fdbcbe.zip
Renamed configtypes.StatusbarWidget to PrefixOrString to reflect more general use cases.
-rw-r--r--qutebrowser/config/configtypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/config/configtypes.py b/qutebrowser/config/configtypes.py
index 0e69be684..983e4685c 100644
--- a/qutebrowser/config/configtypes.py
+++ b/qutebrowser/config/configtypes.py
@@ -2019,7 +2019,7 @@ class UrlPattern(BaseType):
raise configexc.ValidationError(value, str(e))
-class StatusbarWidget(String):
+class PrefixOrString(String):
"""A Widget for the status bar.