[dconf-editor] Oops.



commit 7a8566ab1b5dc5bbb1f27cc51d18d4b15042cb6c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat May 14 06:51:59 2016 +0200

    Oops.

 editor/dconf-view.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-view.vala b/editor/dconf-view.vala
index e68fc47..048645a 100644
--- a/editor/dconf-view.vala
+++ b/editor/dconf-view.vala
@@ -182,12 +182,12 @@ private class KeyEditor : Dialog
         }
     }
 
-    private add_row_from_label (string property_name, string property_value)
+    private void add_row_from_label (string property_name, string property_value)
     {
         listbox.add (new PropertyRow.from_label (property_name, property_value));
     }
 
-    private add_row_from_widget (string property_name, Widget widget, string? type)
+    private void add_row_from_widget (string property_name, Widget widget, string? type)
     {
         listbox.add (new PropertyRow.from_widgets (property_name, widget, type != null ? add_warning (type) 
: null));
     }


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