#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Element::Dialog::Error; use strict; use base qw(Debconf::Element); sub show { my $this=shift; $this->frontend->showtext($this->question, $this->question->description."\n\n". $this->question->extended_description ); $this->value(''); } 1
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Boolean.pm | File | 729 B | 0644 |
|
Error.pm | File | 331 B | 0644 |
|
Multiselect.pm | File | 1.79 KB | 0644 |
|
Note.pm | File | 330 B | 0644 |
|
Password.pm | File | 690 B | 0644 |
|
Progress.pm | File | 1.8 KB | 0644 |
|
Select.pm | File | 1.32 KB | 0644 |
|
String.pm | File | 788 B | 0644 |
|
Text.pm | File | 330 B | 0644 |
|