changeset ff22a0737205 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=ff22a0737205
description: add destroy function to CommonInputDialog class. Fixes #7092

diffstat:

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

diffs (13 lines):

diff -r c6cddacb5a2b -r ff22a0737205 src/dialogs.py
--- a/src/dialogs.py    Sun Jan 22 20:33:16 2012 +0100
+++ b/src/dialogs.py    Sun Feb 05 21:30:54 2012 +0100
@@ -1937,6 +1937,9 @@
     def on_cancelbutton_clicked(self, widget):
         self.dialog.destroy()
 
+    def destroy(self):
+        self.dialog.destroy()
+
 class InputDialog(CommonInputDialog):
     """
     Class for Input dialog
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to