last fixes for next release

This commit is contained in:
guinux
2013-03-18 15:29:20 +01:00
parent 8a5abb4b47
commit caca63de0e
4 changed files with 37 additions and 21 deletions

View File

@@ -91,8 +91,7 @@ def set_icon(updates):
if updates:
icon = update_icon
info = update_info.format(updates)
if not common.pid_file_exists():
call(['notify-send', '-i', icon, '-u', 'normal', 'Pamac', info])
call(['notify-send', '-i', icon, '-u', 'normal', 'Pamac', info])
else:
icon = noupdate_icon
info = noupdate_info