From 126777bc019a54afb4ec51299f2cf9d2841698aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Apr 2007 12:26:16 +0000 Subject: re-sync after the big svn loss --- perl-install/standalone/draksound | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/draksound') diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 3e19b5653..5812f388a 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -1,6 +1,6 @@ #!/usr/bin/perl # DrakxSound -# Copyright (C) 2002-2005 Mandriva (tvignaud@mandriva.com) +# Copyright (C) 2002-2006 Mandriva (tvignaud@mandriva.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,10 +29,10 @@ use detect_devices; my $in = 'interactive'->vnew('su'); - +$ugtk2::wm_icon = 'draksound-16'; my $modules_conf = modules::any_conf->read; -if (my @devices = modules::probe_category('multimedia/sound')) { +if (my @devices = detect_devices::probe_category('multimedia/sound')) { # TODO: That need some work for multiples sound cards map_index { # allocate sound-slot in the same order as install2.pm -- cgit v1.2.1