diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- use new icon for update frequency applet (mga#18226) + Version 13.6 - 18 March 2016, Thierry Vignaud - fix untranslatable strings (mga#18201) diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 45383487..ef6041a7 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -589,7 +589,7 @@ our %programs = binary => "mgaapplet-config", embedded => 1, description => N("Configure updates frequency"), - icon => 'rpmdrake-mdk', + icon => 'update-freq', }, |