More work on wrapper - fix --textbox to actually load the file
This commit is contained in:
parent
0664c94197
commit
c4bdad5128
@ -1,3 +1,8 @@
|
|||||||
|
2003-05-23 Mike Newman <mikegtn@gnome.org>
|
||||||
|
|
||||||
|
* src/gdialog: fixed --textbox to actually load filename
|
||||||
|
specified.
|
||||||
|
|
||||||
2003-05-20 Mike Newman <mikegtn@gnome.org>
|
2003-05-20 Mike Newman <mikegtn@gnome.org>
|
||||||
|
|
||||||
* src/gdialog: fixed --checklist and --radiolist and
|
* src/gdialog: fixed --checklist and --radiolist and
|
||||||
|
@ -91,8 +91,6 @@ ARG: while ($argn < $args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($element eq "--textbox") {
|
if ($element eq "--textbox") {
|
||||||
$argn++;
|
|
||||||
get_arg;
|
|
||||||
$command .= "--text-info ";
|
$command .= "--text-info ";
|
||||||
|
|
||||||
# the arg immediately following the dialog type in
|
# the arg immediately following the dialog type in
|
||||||
|
Reference in New Issue
Block a user