summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 9b56007e2..cdeb67fbd 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -1,6 +1,5 @@
#!/usr/bin/perl
# DrakxTV
-# $Id: drakxtv 233182 2008-01-23 12:16:18Z tv $
# Copyright (C) 2002-2008 Mandriva (thierry.vignaud.com)
#
@@ -29,7 +28,7 @@ use detect_devices;
use lang;
use log;
-$ugtk2::wm_icon = "/usr/share/mcc/themes/default/tv-mdk.png";
+$ugtk3::wm_icon = "/usr/share/mcc/themes/default/tv-mdk.png";
my $in = 'interactive'->vnew;