diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-15 10:09:55 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-15 10:09:55 +0000 |
commit | 2fe1f4d4a015ba07268ba2df584d62f522ec2404 (patch) | |
tree | 7ece0870d74759a4fa4834b3d1150c8d073253b0 /otherlibs/labltk/browser/setpath.ml | |
parent | 3c173951eca67779ce53f9ec036a76f6bf82451f (diff) |
Incorporation des améliorations de la dernière version de ocamltk41.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2818 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/setpath.ml')
-rw-r--r-- | otherlibs/labltk/browser/setpath.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/labltk/browser/setpath.ml b/otherlibs/labltk/browser/setpath.ml index 2630cea38..bd3f47321 100644 --- a/otherlibs/labltk/browser/setpath.ml +++ b/otherlibs/labltk/browser/setpath.ml @@ -156,3 +156,5 @@ let f :dir = pack [dir_name] side:`Top anchor:`W fill:`X; pack [browse] side:`Bottom expand:true fill:`Both; tl + +let set :dir = ignore (f :dir);; |