[dconf-editor] Oops.



commit b8fdb149ecbf8be555d41440209e9d955bd6eb6e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Jul 1 20:05:43 2018 +0200

    Oops.

 editor/registry-view.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/editor/registry-view.vala b/editor/registry-view.vala
index b76c53e..fc9857b 100644
--- a/editor/registry-view.vala
+++ b/editor/registry-view.vala
@@ -243,7 +243,7 @@ class RegistryView : RegistryList
                 // TODO compare other visible info (i.e. key type_string or summary [if not directories])
                 if (SettingsModel.is_key_path (fresh_setting_object.full_name))
                 {
-                    if (((!) setting_object).type_string != fresh_setting_object.type_string)
+                    if (((Key) (!) setting_object).type_string != ((Key) fresh_setting_object).type_string)
                         continue;
                 }
                 found = true;


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