[Pkg-libvirt-commits] [libguestfs] 26/146: p2v: Disable "Cancel Conversion" button after the conversion (RHBZ#1165569).
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 4cbbbbd28237444268a81f12c2a48969eb24860a
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.
(cherry picked from commit 98dd01728f61bd810f6c65a6b9e52d78365b96bd)
---
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