changeset 078d34fe00e1 in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=078d34fe00e1
description: make adhoc warning dialog with a warning icon. Fixes #7239

diffstat:

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

diffs (14 lines):

diff -r 2bdb6e6fd43d -r 078d34fe00e1 src/adhoc_commands.py
--- a/src/adhoc_commands.py     Tue Sep 03 18:19:46 2013 +0200
+++ b/src/adhoc_commands.py     Tue Sep 03 21:17:36 2013 +0200
@@ -321,8 +321,8 @@
             dialog.destroy()
             cb()
 
-        dialog = dialogs.HigDialog(self.window, gtk.DIALOG_DESTROY_WITH_PARENT 
\
-            | gtk.DIALOG_MODAL, gtk.BUTTONS_YES_NO, _('Cancel confirmation'),
+        dialog = dialogs.HigDialog(self.window, gtk.MESSAGE_WARNING,
+            gtk.BUTTONS_YES_NO, _('Cancel confirmation'),
             _('You are in process of executing command. Do you really want to '
             'cancel it?'), on_response_yes=on_yes)
         dialog.popup()
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to