[Rigo] handle disk full transaction error

This commit is contained in:
Fabio Erculiani
2012-04-03 15:00:44 +02:00
parent 316893517d
commit 78b2a7773b

View File

@@ -571,6 +571,10 @@ class RigoServiceController(GObject.Object):
msg = prepare_markup(
_("<b>%s</b> dependencies not removable error")) % (
app.name,)
elif app_outcome == \
DaemonAppTransactionOutcome.DISK_FULL_ERROR:
msg = prepare_markup(
_("Disk full, cannot download nor unpack Applications"))
box = NotificationBox(
msg,