diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/harddrake/data.pm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index aed020054..7c076e190 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,7 @@ - drakups: o fix crash while removing an item (#34413) +- harddrake: + o offer again to run drakxtv for TV cards (#39609) Version 10.22 - 27 March 2008 diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 6eb6d0e95..976e744b4 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -279,6 +279,7 @@ our @tree = class => "TV", string => N("Tvcard"), icon => "tv.png", + configurator => "/usr/bin/XawTV", detector => sub { f(detect_devices::probe_category('multimedia/tv')), f(grep { $_->{media_type} =~ /MULTIMEDIA_VIDEO/ && $_->{bus} eq 'PCI' } @devices) }, checked_on_boot => 1, |