diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-07-29 14:53:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-07-29 14:53:47 +0000 |
commit | 496133eb84a151bdafc74dfa8fc413a391ed9434 (patch) | |
tree | 10b01c27613459704fd39c644abd9a18e911b5d7 /lib/MDV/Control_Center.pm | |
parent | 6d2c5e36180c93048293808bd15f137d73d33086 (diff) | |
download | control-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
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 9 |
1 files changed, 9 insertions, 0 deletions
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", |