Merge remote-tracking branch 'origin/pr/44'

* origin/pr/44:
  Error in qubes-dom0-update --gui
This commit is contained in:
Marek Marczykowski-Górecki 2018-09-29 13:52:49 +02:00
commit 3cc4f5bed3
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -230,6 +230,6 @@ else
rm -f $UPDATES_STAT_FILE
echo "No updates available" >&2
if [ "$GUI" == "1" ]; then
zenity --title='Dom0 updates' --text='No updates available'
zenity --info --title='Dom0 updates' --text='No updates available'
fi
fi