Opened 16 years ago
Closed 16 years ago
#77 closed defect (invalid)
view_home setting in .owlconf gets overridden
Reported by: | kchen@MIT.EDU | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui | Keywords: | |
Cc: |
Description
In my .owlconf's owl::startup, I have: owl::comamnd('set view_home std');
When I start barnowl, though, "show variable view_home" says that the current value is "all".
barnowl should not override the value of view_home. Ideally, barnowl will also start with the specified value of view_home in use.
Change History (1)
comment:1 Changed 16 years ago by kchen@MIT.EDU
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Resolving invalid -- there is a typo in the owl::command line listed above, which caused the problem.