While looking to fix bug 18226, I noticed that mgaapplet-config and the "Configure updates frequency" embedded tools use different icons. The problem is that mgaonline::get_banner() always instances a banner with the mgaonline icon hardcoded in mgaonline::get_banner_icon() (which also references a non-existing icon, as a side note): - http://gitweb.mageia.org/software/mgaonline/tree/mgaapplet-config#n64 - http://gitweb.mageia.org/software/mgaonline/tree/mgaonline.pm#n140 On the other hand, control-center allows defining a custom icon: - http://gitweb.mageia.org/software/control-center/tree/lib/MDV/Control_Center.pm#n587 So as a result the icons while embedded or standalone are different. It should be easy to fix by adding support for defining custom icons in mgaonline applets. Though maybe there's some code factorisation magic to do here too to avoid duplicating references.
CC: (none) => alien, anaselli
See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=18226