f511ebe400
virt-install virtman-s390x-default-to-vminstall.patch - bnc#890350 - Can't create virtual networks through virt-manager 53ad17e6-createnet-fix-a-small-pylint.patch - Upstream bug fix 53ce11d1-honor-untoggled-set-fixed-MAC-address.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=192
23 lines
864 B
Diff
23 lines
864 B
Diff
Subject: createnet: fix "show_err" typo
|
|
From: Giuseppe Scrivano gscrivan@redhat.com Wed Jun 25 12:28:54 2014 +0200
|
|
Date: Thu Jun 26 15:26:37 2014 +0200:
|
|
Git: 81bd6bbffb3a06e179c3cbb6c56a9aced1e9be48
|
|
|
|
s|show_erro|show_err|
|
|
|
|
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
Index: virt-manager-1.0.1/virtManager/createnet.py
|
|
===================================================================
|
|
--- virt-manager-1.0.1.orig/virtManager/createnet.py
|
|
+++ virt-manager-1.0.1/virtManager/createnet.py
|
|
@@ -749,7 +749,7 @@ class vmmCreateNetwork(vmmGObjectUI):
|
|
try:
|
|
net = self._build_xmlobj()
|
|
except Exception, e:
|
|
- self.err.show_erro(_("Error generating network xml: %s" % str(e)))
|
|
+ self.err.show_err(_("Error generating network xml: %s" % str(e)))
|
|
return
|
|
|
|
self.topwin.set_sensitive(False)
|