summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:19:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-20 23:19:49 +0000
commitc585132c588eb6e213b343359851f4a1b03a672c (patch)
treed04ff1538e9de04dc02cc7fbce404aaf10aa2358 /perl-install/standalone/draksec
parent11177ffc6a859cac7e0b64f523740f282e6be212 (diff)
downloaddrakx-c585132c588eb6e213b343359851f4a1b03a672c.tar
drakx-c585132c588eb6e213b343359851f4a1b03a672c.tar.gz
drakx-c585132c588eb6e213b343359851f4a1b03a672c.tar.bz2
drakx-c585132c588eb6e213b343359851f4a1b03a672c.tar.xz
drakx-c585132c588eb6e213b343359851f4a1b03a672c.zip
log error if a tool isn't executable
Diffstat (limited to 'perl-install/standalone/draksec')
0 files changed, 0 insertions, 0 deletions
add'>+ 6 => $print_command,
+ 7 => $lpq_command,
+ 8 => $guest_ok,
+ 9 => $writable,
+ 10 => $write_list,
+ 11 => $inherit_permissions,
+ 12 => $printing,
+ 13 => $create_mode,
+ 14 => $use_client_driver,
+ );
+ foreach my $id (keys %h) {
+ $h{$id}->set_text($printer_list->{data}[$selected][$id] || '');
+ }
my $button = Gtk3::Button->new(N("Open"));
$button->signal_connect(clicked => sub { show_file_dialog($dir) });