make sure the info pane shows the new partition table type name

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1081932
This commit is contained in:
Volker Lanz 2010-01-29 11:35:07 +00:00
parent 87f2f41e1f
commit 40a8e43747
1 changed files with 1 additions and 0 deletions

View File

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