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

initialize the ignore_messages_from_unknown_contacts checkbutton in preferences window

parent 73310eaa
No related branches found
No related tags found
No related merge requests found
......@@ -849,6 +849,10 @@ class preferences_window:
self.auto_pp_away_checkbutton.set_active(st)
self.auto_pp_away_checkbutton.set_sensitive(self.plugin.config['autopopup'])
#Ignore messages from unknown contacts
self.xml.get_widget('ignore_events_from_unknown_contacts_checkbutton').\
set_active(self.plugin.config['ignore_unknown_contacts'])
#sound player
self.xml.get_widget('soundplayer_entry').set_text(\
self.plugin.config['soundplayer'])
......
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