Skip to content
Snippets Groups Projects
Commit c785aee6 authored by jimpp's avatar jimpp
Browse files

[Astro] typo

parent f059f394
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,7 @@ class OptionsParser:
def update_config_to_01201(self):
if 'uri_schemes' in self.old_values:
new_value = self.old_values['uri_schemes'].replace(' mailto', '').\
new_values = self.old_values['uri_schemes'].replace(' mailto', '').\
replace(' xmpp', '')
gajim.config.set('uri_schemes', new_values)
gajim.config.set('version', '0.12.0.1')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment