[gnome-boxes/obsessive-compulsive-disorder: 2/10] review-page: Not all properties are valid for a given OS



commit e4ca0a4786206112a56e8f14ca1e9814c2fc7d14
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Mar 26 11:10:12 2020 +0100

    review-page: Not all properties are valid for a given OS
    
    We shouldn't warn when a Property is invalid for a given OS. Not
    all OSes support all properties. This is not an error.

 src/assistant/review-page.vala | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/assistant/review-page.vala b/src/assistant/review-page.vala
index 15c77182..f37c1fb1 100644
--- a/src/assistant/review-page.vala
+++ b/src/assistant/review-page.vala
@@ -78,8 +78,6 @@ private void populate_customization_grid (LibvirtMachine machine) {
         var current_row = 0;
         foreach (var property in resource_properties) {
             if (property.widget == null || property.extra_widget == null) {
-                warn_if_reached ();
-
                 continue;
             }
 


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