From d706042f5144bf686ef8eba0d14a1a20ed9602f1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 17 Dec 2017 04:45:04 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/examples.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/examples.js b/ui (gen4)/features/examples.js index d3dcd3bd..c425ad59 100755 --- a/ui (gen4)/features/examples.js +++ b/ui (gen4)/features/examples.js @@ -774,7 +774,7 @@ var ExampleUIActions = actions.Actions({ // Combined dialog/lister... // // XXX should this be made into a constructor??? - exampleDialogMenu: ['Test/Combined dialog & lister (dialog mode)', + exampleDialogLister: ['Test/Combined dialog & lister (dialog mode)', widgets.makeUIDialog(function(path, make){ var makeList = function(_, make){ make('A') @@ -786,8 +786,8 @@ var ExampleUIActions = actions.Actions({ makeList(path, make) : browse.makeLister(null, makeList) })], - exampleDialogMenuL: ['Test/Combined dialog & lister (lister mode)/*', - 'exampleDialogMenu: ...'], + exampleDialogListerL: ['Test/Combined dialog & lister (lister mode)/*', + 'exampleDialogLister: ...'], }) var ExampleUI =