changeset bf4f20dac149 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=bf4f20dac149
description: enable / disable ping_alives_enable too when (un)checking send 
keep alives in account modification window. Fixes #5100

diffstat:

 src/config.py |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 19629db84ac6 -r bf4f20dac149 src/config.py
--- a/src/config.py     Tue Jun 23 22:42:27 2009 +0200
+++ b/src/config.py     Thu Jun 25 19:28:23 2009 +0200
@@ -1995,6 +1995,8 @@
                        return
                self.on_checkbutton_toggled(widget, 'keep_alives_enabled',
                        account=self.current_account)
+               gajim.config.set_per('accounts', self.current_account,
+                       'ping_alives_enabled', widget.get_active())
 
        def on_custom_host_port_checkbutton1_toggled(self, widget):
                if self.option_changed('use_custom_host', widget.get_active()):
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to