Skip to content
Snippets Groups Projects
Commit 01b11054 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

no need to print anything :/

parent 25251de7
No related branches found
No related tags found
No related merge requests found
......@@ -185,15 +185,12 @@ class preference_Window:
self.plugin.config['userbgcolor'] = colSt
#Font for account
fontStr = self.xml.get_widget('fontbutton_account_text').get_font_name()
print fontStr
self.plugin.config['accountfont'] = fontStr
#Font for group
fontStr = self.xml.get_widget('fontbutton_group_text').get_font_name()
print fontStr
self.plugin.config['groupfont'] = fontStr
#Font for user
fontStr = self.xml.get_widget('fontbutton_user_text').get_font_name()
print fontStr
self.plugin.config['userfont'] = fontStr
#update opened chat windows
for a in self.plugin.accounts.keys():
......
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