From c4bdad5128b2bbf1cb93e36697027aa15e348742 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Fri, 23 May 2003 16:18:26 +0000 Subject: More work on wrapper - fix --textbox to actually load the file --- src/gdialog | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gdialog') 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 -- cgit