[Pkg-libvirt-commits] [libguestfs] 51/63: p2v: Success message should have info logo, not error logo.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:43:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.39-1
in repository libguestfs.

commit d7edde6b6dffb61dfd75edc1483eb6ed8ab56e2d
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Sep 6 13:49:13 2014 +0100

    p2v: Success message should have info logo, not error logo.
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 9cffd1b..c9d00d2 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -1271,7 +1271,7 @@ start_conversion_thread (void *data)
   else {
     dlg = gtk_message_dialog_new (GTK_WINDOW (run_dlg),
                                   GTK_DIALOG_DESTROY_WITH_PARENT,
-                                  GTK_MESSAGE_ERROR,
+                                  GTK_MESSAGE_INFO,
                                   GTK_BUTTONS_OK,
                                   _("The conversion was successful."));
     gtk_window_set_title (GTK_WINDOW (dlg), _("Conversion was successful"));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list