diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-05-23 16:18:26 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-05-23 16:18:26 +0000 |
commit | c4bdad5128b2bbf1cb93e36697027aa15e348742 (patch) | |
tree | 2073b8eb90504633e752ca756687f2fd1fefff8d /src | |
parent | Update to gdialog wrapper script (diff) | |
download | zenity-c4bdad5128b2bbf1cb93e36697027aa15e348742.tar.gz zenity-c4bdad5128b2bbf1cb93e36697027aa15e348742.tar.bz2 zenity-c4bdad5128b2bbf1cb93e36697027aa15e348742.zip |
More work on wrapper - fix --textbox to actually load the file
Diffstat (limited to 'src')
-rw-r--r-- | src/gdialog | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gdialog b/src/gdialog index 14e7bed2..63e0e1d4 100644 --- a/src/gdialog +++ b/src/gdialog @@ -91,8 +91,6 @@ ARG: while ($argn < $args) { } if ($element eq "--textbox") { - $argn++; - get_arg; $command .= "--text-info "; # the arg immediately following the dialog type in |