[gnome-boxes/gnome-41] machine-properties: Fix typo in preprocessor directive name



commit ef4a800e3dec2eb4aa5a4fc263fd885831836a46
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Nov 30 10:26:03 2021 +0100

    machine-properties: Fix typo in preprocessor directive name

 src/libvirt-machine-properties.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index 117bbf0f..440b8d2d 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -115,7 +115,7 @@ public string collect_logs () {
                     // Translators: This is the URL to connect to the display/desktop. e.g 
spice://somehost:5051.
                     add_string_property (ref list, _("Display URL"), machine.display.uri);
             }
-#if HAVE_SPICE
+#if HAS_SPICE
             add_3d_acceleration_property (ref list);
 #endif
 


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