changeset c3ca90235f5b in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=c3ca90235f5b
description: close jingle audio/video request window when we click ok/cancel 
button is
        seesion has been canceled. Fixes #7119

diffstat:

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

diffs (11 lines):

diff -r 64b17e86c894 -r c3ca90235f5b src/dialogs.py
--- a/src/dialogs.py    Tue Mar 13 14:32:09 2012 +0100
+++ b/src/dialogs.py    Tue Mar 13 14:42:52 2012 +0100
@@ -5159,6 +5159,7 @@
         session = gajim.connections[self.account].get_jingle_session(self.fjid,
             self.sid)
         if not session:
+            dialog.destroy()
             return
         if response == gtk.RESPONSE_YES:
             #TODO: Ensure that ctrl.contact.resource == resource
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to