To prevent problems with the diff (lines were wrapped)
I send it again as attachment. I hope this works.

Regards,

Michiel de Boer
diff -Nru libui-dialog-perl-1.08.orig/lib/UI/Dialog/Backend/CDialog.pm libui-dialog-perl-1.08/lib/UI/Dialog/Backend/CDialog.pm
--- libui-dialog-perl-1.08.orig/lib/UI/Dialog/Backend/CDialog.pm	2004-10-04 05:16:43.000000000 +0200
+++ libui-dialog-perl-1.08/lib/UI/Dialog/Backend/CDialog.pm	2007-07-30 05:12:56.000000000 +0200
@@ -84,6 +84,7 @@
     $self->{'_opts'}->{'extra-label'} = $cfg->{'extra-label'} || undef();
     $self->{'_opts'}->{'help-button'} = $cfg->{'help-button'} || 0;
     $self->{'_opts'}->{'help-label'} = $cfg->{'help-label'} || undef();
+    $self->{'_opts'}->{'insecure'} = $cfg->{'insecure'} || 0;
     $self->{'_opts'}->{'max-input'} = $cfg->{'max-input'} || 0;
     $self->{'_opts'}->{'no-cancel'} = $cfg->{'no-cancel'} || $cfg->{'nocancel'} || 0;
     $self->{'_opts'}->{'no-collapse'} = $cfg->{'no-collapse'} || 0;
@@ -176,6 +177,7 @@
 		$cmnd .= ' --extra-label "'.$args->{'extra-label'}.'"' unless not $args->{'extra-label'};
 		$cmnd .= ' --help-button' unless not $args->{'help-button'} and not $args->{'help-label'};
 		$cmnd .= ' --help-label "'.$args->{'help-label'}.'"' unless not $args->{'help-label'};
+		$cmnd .= ' --insecure' if $args->{'insecure'};
 		$cmnd .= ' --max-input "'.$args->{'max-input'}.'"' unless not $args->{'max-input'};
 		$cmnd .= ' --no-cancel' unless not $args->{'nocancel'} and not $args->{'no-cancel'};
 		$cmnd .= ' --no-collapse' unless not $args->{'no-collapse'} and not $args->{'literal'};

Reply via email to