changeset b2125286f00b in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=b2125286f00b
description: set title to insecure dialog. Fixes #7239

diffstat:

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

diffs (11 lines):

diff -r 8ac5955246ac -r b2125286f00b src/dialogs.py
--- a/src/dialogs.py    Thu Sep 12 17:04:38 2013 +0200
+++ b/src/dialogs.py    Thu Sep 12 17:30:50 2013 +0200
@@ -1859,6 +1859,7 @@
         self.ok_button = self.action_area.get_children()[0] # right to left
         self.ok_button.set_sensitive(False)
         self.checkbutton1.connect('clicked', self.on_checkbutton_clicked)
+        self.set_title(_('Insecure connection'))
 
     def on_checkbutton_clicked(self, widget):
         self.ok_button.set_sensitive(widget.get_active())
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to