summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-07-29 14:53:47 +0000
committerThierry Vignaud <tv@mandriva.org>2009-07-29 14:53:47 +0000
commit496133eb84a151bdafc74dfa8fc413a391ed9434 (patch)
tree10b01c27613459704fd39c644abd9a18e911b5d7
parent6d2c5e36180c93048293808bd15f137d73d33086 (diff)
downloadcontrol-center-496133eb84a151bdafc74dfa8fc413a391ed9434.tar
control-center-496133eb84a151bdafc74dfa8fc413a391ed9434.tar.gz
control-center-496133eb84a151bdafc74dfa8fc413a391ed9434.tar.bz2
control-center-496133eb84a151bdafc74dfa8fc413a391ed9434.tar.xz
control-center-496133eb84a151bdafc74dfa8fc413a391ed9434.zip
show update frequency configurator
-rw-r--r--NEWS3
-rwxr-xr-xcontrol-center1
-rwxr-xr-xlib/MDV/Control_Center.pm9
3 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b4b3632..df8b523f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- control-center:
+ o show update frequency configurator
+
Version 12.12 - 24 July 2009, Eugeni Dodonov
- control-center:
diff --git a/control-center b/control-center
index 85cfc0e9..18ce4532 100755
--- a/control-center
+++ b/control-center
@@ -157,6 +157,7 @@ my @tree = (
"Install Software",
"Mandriva Update",
if_(0, "Mandriva Online"),
+ "Updates Configuration",
"Software Media Manager",
]
},
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm
index 299cd50c..5684b4c1 100755
--- a/lib/MDV/Control_Center.pm
+++ b/lib/MDV/Control_Center.pm
@@ -590,6 +590,15 @@ our %programs =
application_driven_menu => 1,
},
+
+ "Updates Configuration" =>
+ {
+ binary => "$sbindir/mdkapplet-config",
+ embedded => 1,
+ description => N("Configure updates frequency"),
+ icon => 'rpmdrake-mdk',
+ },
+
"Tomoyo Policy" =>
{
binary => "$sbindir/tomoyo-gui",