[gnome-boxes] machine: Don't use the "Live" Machine status



commit 1c968866c00bec2f19bdfd0e24f4263bc2aff6b9
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Jan 21 15:47:20 2022 +0100

    machine: Don't use the "Live" Machine status
    
    We already set a different icon in the thumbnail when the box is a
    Live one (a box that just boots from the installer media).
    
    The "Live" status, when shown next to "Powered Off" makes it look
    like their are antonyms. A "Live" image can be "Powered Off" too.

 src/libvirt-machine.vala | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/libvirt-machine.vala b/src/libvirt-machine.vala
index 642c60a0..bd16c42a 100644
--- a/src/libvirt-machine.vala
+++ b/src/libvirt-machine.vala
@@ -683,8 +683,6 @@ protected override void update_status () {
 
         if (VMConfigurator.is_install_config (domain_config))
             status = _("Installing…");
-        else if (VMConfigurator.is_live_config (domain_config))
-            status = _("Live");
         else if (VMConfigurator.is_libvirt_cloning_config (domain_config))
             status = _("Setting up clone…");
         else if (VMConfigurator.is_import_config (domain_config))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]