Change the icon on the Delete confirmation dialog
authorPete Fotheringham (XP VM on Macbook) <pete.fotheringham@codethink.co.uk>
Wed, 21 Dec 2011 12:45:29 +0000 (12:45 +0000)
committerPete Fotheringham (XP VM on Macbook) <pete.fotheringham@codethink.co.uk>
Wed, 21 Dec 2011 12:45:29 +0000 (12:45 +0000)
src/moonshot-identity-management-view.vala

index b0e1db2..05252e3 100644 (file)
@@ -415,7 +415,7 @@ class IdentityManagerView : Window {
 
         var dialog = new MessageDialog (null,
                                         DialogFlags.DESTROY_WITH_PARENT,
-                                        MessageType.INFO,
+                                        MessageType.QUESTION,
                                         Gtk.ButtonsType.YES_NO,
                                         _("Are you sure you want to delete %s ID Card?"), id_card.issuer);
         var result = dialog.run ();