changeset b347d0a5eabe in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=b347d0a5eabe
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 94c7a7736449 -r b347d0a5eabe src/dialogs.py
--- a/src/dialogs.py    Sun Jan 22 18:51:25 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