show-default-value: update heading

This commit is contained in:
Peter Vilim 2015-01-08 12:52:21 -06:00
parent eba4b58a7c
commit 14afb3ef14

View File

@ -110,7 +110,7 @@ class SettingValueCompletionModel(base.BaseCompletionModel):
self._section = section self._section = section
self._option = option self._option = option
objreg.get('config').changed.connect(self.update_current_value) objreg.get('config').changed.connect(self.update_current_value)
cur_cat = self.new_category("Current", sort=0) cur_cat = self.new_category("Current/Default", sort=0)
value = config.get(section, option, raw=True) value = config.get(section, option, raw=True)
if not value: if not value:
value = '""' value = '""'