no need to print anything :/
This commit is contained in:
parent
25251de7f0
commit
01b11054dc
|
@ -185,15 +185,12 @@ class preference_Window:
|
||||||
self.plugin.config['userbgcolor'] = colSt
|
self.plugin.config['userbgcolor'] = colSt
|
||||||
#Font for account
|
#Font for account
|
||||||
fontStr = self.xml.get_widget('fontbutton_account_text').get_font_name()
|
fontStr = self.xml.get_widget('fontbutton_account_text').get_font_name()
|
||||||
print fontStr
|
|
||||||
self.plugin.config['accountfont'] = fontStr
|
self.plugin.config['accountfont'] = fontStr
|
||||||
#Font for group
|
#Font for group
|
||||||
fontStr = self.xml.get_widget('fontbutton_group_text').get_font_name()
|
fontStr = self.xml.get_widget('fontbutton_group_text').get_font_name()
|
||||||
print fontStr
|
|
||||||
self.plugin.config['groupfont'] = fontStr
|
self.plugin.config['groupfont'] = fontStr
|
||||||
#Font for user
|
#Font for user
|
||||||
fontStr = self.xml.get_widget('fontbutton_user_text').get_font_name()
|
fontStr = self.xml.get_widget('fontbutton_user_text').get_font_name()
|
||||||
print fontStr
|
|
||||||
self.plugin.config['userfont'] = fontStr
|
self.plugin.config['userfont'] = fontStr
|
||||||
#update opened chat windows
|
#update opened chat windows
|
||||||
for a in self.plugin.accounts.keys():
|
for a in self.plugin.accounts.keys():
|
||||||
|
|
Loading…
Reference in New Issue