Small adjustments and bug fixes in xorriso-tcltk
This commit is contained in:
parent
c48beaa1c6
commit
19cc61624f
@ -2854,6 +2854,7 @@ proc browse_tree {adr_var which_fs} {
|
|||||||
pack $w.text_frame -side top -expand 1 -fill both
|
pack $w.text_frame -side top -expand 1 -fill both
|
||||||
}
|
}
|
||||||
raise $w
|
raise $w
|
||||||
|
update idletasks
|
||||||
if {$have_bwidget == 1} {
|
if {$have_bwidget == 1} {
|
||||||
browse_tree_populate $which_fs
|
browse_tree_populate $which_fs
|
||||||
focus $w.tree
|
focus $w.tree
|
||||||
@ -4949,7 +4950,7 @@ may be used to perform permission manipulations.
|
|||||||
Policy \"readable\" adds read permission to all kinds of files and
|
Policy \"readable\" adds read permission to all kinds of files and
|
||||||
search permission to all directories.
|
search permission to all directories.
|
||||||
|
|
||||||
Policy \"readonly\" sets the permissions of all kinds files to read-only.
|
Policy \"readonly\" sets the permissions of all kinds of files to read-only.
|
||||||
Directories get added search permission.
|
Directories get added search permission.
|
||||||
|
|
||||||
Policy \"mkisofs -r\" does what option -r of program mkisofs does:
|
Policy \"mkisofs -r\" does what option -r of program mkisofs does:
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2013.01.04.221013"
|
#define Xorriso_timestamP "2013.01.05.105029"
|
||||||
|
Loading…
Reference in New Issue
Block a user