emit devicesChanged() on undo: the disk label type might change

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1083488
This commit is contained in:
Volker Lanz 2010-02-01 10:40:28 +00:00
parent 85a0a22a27
commit 058f79debd
1 changed files with 1 additions and 0 deletions

View File

@ -951,6 +951,7 @@ void PartitionManagerWidget::onUndoOperation()
updatePartitions();
emit operationsChanged();
emit statusChanged();
emit devicesChanged();
enableActions();
}