[Pkg-libvirt-commits] [libguestfs] 91/116: p2v: Disable "Cancel Conversion" button after the conversion (RHBZ#1165569).

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:05:28 UTC 2014


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

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

commit 98dd01728f61bd810f6c65a6b9e52d78365b96bd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Nov 20 16:01:09 2014 +0000

    p2v: Disable "Cancel Conversion" button after the conversion (RHBZ#1165569).
    
    Actually this bug does nothing and remains cancelled all the
    way through.  The next commit makes it function.
---
 p2v/gui.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/p2v/gui.c b/p2v/gui.c
index 72838ea..523b028 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -1324,6 +1324,9 @@ start_conversion_thread (void *data)
     gtk_widget_destroy (dlg);
   }
 
+  /* Disable the cancel button. */
+  gtk_widget_set_sensitive (cancel_button, FALSE);
+
   /* Enable the reboot button. */
   gtk_widget_set_sensitive (reboot_button, TRUE);
 

-- 
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