From b5919ae9edaff1941f318b3b0572c6ca758655db Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 17 Nov 2016 13:50:12 +0100 Subject: [PATCH] elm_fileselector: fix property value name when showing hidden files The vlaue name multi does not make any sense here and looks like a copy and paste oversight from the multiselection property. --- src/lib/elementary/elm_interface_fileselector.eo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_interface_fileselector.eo b/src/lib/elementary/elm_interface_fileselector.eo index b50acea25f..1886f024e0 100644 --- a/src/lib/elementary/elm_interface_fileselector.eo +++ b/src/lib/elementary/elm_interface_fileselector.eo @@ -63,8 +63,7 @@ interface Elm.Interface.Fileselector () [[Get if hiden files/directories in the file selector are visible or not.]] } values { - multi: bool; [[$true if hidden files are visible, $false otherwise]] - /* FIXME needs a better value name */ + hidden: bool; [[$true if hidden files are visible, $false otherwise]] } } @property sort_method {