summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center3
1 files changed, 2 insertions, 1 deletions
diff --git a/control-center b/control-center
index dada15fd..1f3cd64d 100755
--- a/control-center
+++ b/control-center
@@ -41,7 +41,7 @@ use MDV::Control_Center;
my (%tool_pids, %tool_feedback, $gurpmi_pid);
-my ($version, $conffile, $class_install) = (`cat /etc/mandrakelinux-release` =~ /\b(\d+\.{1}.+\))/, "/etc/mcc.conf", "/etc/sysconfig/system");
+my ($conffile, $class_install) = ('/etc/mcc.conf', '/etc/sysconfig/system');
my ($rootwin_width, $rootwin_height) = gtkroot()->get_size;
my $default_width = $rootwin_width <= 800 ? 720 : 800;
@@ -159,6 +159,7 @@ my @tree = (
if_(0, "Mandriva Online"),
"Updates Configuration",
"Software Media Manager",
+ "Extended Maintenance",
]
},
),