diff options
Diffstat (limited to 'dh_gconf')
-rwxr-xr-x | dh_gconf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -54,7 +54,9 @@ packages (B<90>). =cut -init(); +init(options => { + "priority=s" => \$dh{PRIORITY}, +}); my $priority=10; if (defined $dh{PRIORITY}) { |