changeset 87fc2da42605 in /home/hg/repos/gajim

author: Yann Leboulanger <aste...@lagaule.org>
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=87fc2da42605
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 c28353aef8f5 -r 87fc2da42605 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
@@ -319,8 +319,8 @@
             dialog.destroy()
             cb()
 
-        dialog = dialogs.HigDialog(self.window, 
Gtk.DialogFlags.DESTROY_WITH_PARENT \
-            | Gtk.DialogFlags.MODAL, Gtk.ButtonsType.YES_NO, _('Cancel 
confirmation'),
+        dialog = dialogs.HigDialog(self.window, Gtk.MessageType.WARNING,
+            Gtk.ButtonsType.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