diff --git a/src/config.py b/src/config.py index a110448e5..97764a512 100644 --- a/src/config.py +++ b/src/config.py @@ -714,7 +714,7 @@ class PreferencesWindow: def on_preference_widget_font_set(self, widget, text): font = widget.get_font_name() - gajim.config.set(text, text) + gajim.config.set(text, font) self.update_text_font() self.plugin.save_config()