[Pkg-libvirt-commits] [libguestfs] 53/63: p2v: Temporarily remove Configure Network button.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:43:32 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 e1ee037096a212beca8654a9f277be564066d9b1
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Sep 6 19:49:16 2014 +0100

    p2v: Temporarily remove Configure Network button.
    
    We will ship 1.28 without the capability of configuring the network
    (ie. DHCP will always be used).
---
 p2v/gui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/gui.c b/p2v/gui.c
index 22c7ed5..a50307d 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -195,7 +195,7 @@ create_connection_dialog (struct config *config)
 
   /* Buttons. */
   gtk_dialog_add_buttons (GTK_DIALOG (conn_dlg),
-                          _("Configure network ..."), 1,
+                          /* _("Configure network ..."), 1, */
                           _("virt-p2v " PACKAGE_VERSION " ..."), 2,
                           _("Next"), 3,
                           NULL);

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