From 1c507f68d908fe8f3ab1219bf1a5e99ca964172b Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Thu, 20 Sep 2012 10:00:59 +0100 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r5960 | dmorgan | 2012-09-20 10:00:59 +0100 (Thu, 20 Sep 2012) | 1 line Import msec ------------------------------------------------------------------------ --- src/msec/msecgui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/msec/msecgui.py') diff --git a/src/msec/msecgui.py b/src/msec/msecgui.py index 8693c08..63eec41 100755 --- a/src/msec/msecgui.py +++ b/src/msec/msecgui.py @@ -605,8 +605,8 @@ class MsecGui: row += 1 # updates - create_security_item(table, row, _("Updates"), "/usr/share/mcc/themes/default/mdkonline-mdk.png") - updates = tools.get_updates_status(log) + create_security_item(table, row, _("Updates"), "/usr/share/mcc/themes/default/MageiaUpdate.png") + updates = tools.get_updates_status(log) label = gtk.Label(updates) label.set_property("xalign", 0.0) label.set_property("yalign", 0.5) -- cgit v1.2.1