diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION = 12.21.4 +VERSION = 12.21.5 NAME = drakconf SUBDIRS = po pixmaps #data localedir = $(DESTDIR)/usr/share/locale @@ -1,3 +1,9 @@ +Version 12.21.5 - 15 May 2011 Ahmad Samir + +- Adapt to the update applet name change, s/mdkapplet/mgaapplet/; but leave + "$sbindir/mdkapplet-add-media-helper --product=extended $version" as is, Mageia + doesn't offer extended maintenance yet + Version 12.21.3 - 4 Apr 2011 Anne Nicolas - update filling of left background diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index f60d4afa..19e15174 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -598,7 +598,7 @@ our %programs = "Updates Configuration" => { - binary => "$sbindir/mdkapplet-config", + binary => "$sbindir/mgaapplet-config", embedded => 1, description => N("Configure updates frequency"), icon => 'rpmdrake-mdk', |