mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-11 16:05:51 -06:00
Fixed connection name with test:///default (Mark Johnson)
This commit is contained in:
parent
5ee7268696
commit
bb7fffa441
1
AUTHORS
1
AUTHORS
@ -21,6 +21,7 @@ Further patches have been submitted by:
|
||||
Mark Cave-Ayland <mark.cave-ayland-at-ilande-dot-co-dot-uk>
|
||||
Richard W.M. Jones <rjones-at-redhat-dot-com>
|
||||
Nobuhiro Itou <fj0873gn-at-aa-dot-jp-dot-fujitsu-dot-com>
|
||||
Mark Johnson <johnson-dot-nh-at-gmail-dot-com>
|
||||
|
||||
<...send a patch & get your name here...>
|
||||
|
||||
|
@ -189,6 +189,8 @@ class vmmConnection(gobject.GObject):
|
||||
return "QEMU session: " + self.get_hostname()
|
||||
else:
|
||||
return "QEMU system: " + self.get_hostname()
|
||||
else:
|
||||
return self.get_type() + ":" + self.get_hostname()
|
||||
|
||||
|
||||
def get_uri(self):
|
||||
|
Loading…
Reference in New Issue
Block a user