mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
Fix choices output in simple format
This commit is contained in:
parent
c4036752ba
commit
881261e957
@ -254,7 +254,7 @@ class GSettingsSchemaKey:
|
||||
if self.description:
|
||||
result += '%sDescription: %s\n' % (current_indent, self.description)
|
||||
if self._has_range_choices():
|
||||
result += '%sRange: %s\n' % ', '.join(self.choices)
|
||||
result += '%sChoices: %s\n' % ', '.join(self.choices)
|
||||
elif self._has_range_minmax():
|
||||
result += '%sRange: %s\n' % '%s..%s' % self._range_minmax
|
||||
return result
|
||||
|
Loading…
x
Reference in New Issue
Block a user