hide dialogs after setting new disklabel
* src/Win_GParted.cc: hide dialogs after setting new disklabel
This commit is contained in:
parent
2c3ce61275
commit
9756799d47
|
@ -1,3 +1,7 @@
|
||||||
|
2006-04-15 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||||
|
|
||||||
|
* src/Win_GParted.cc: hide dialogs after setting new disklabel
|
||||||
|
|
||||||
2006-04-15 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
2006-04-15 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||||
|
|
||||||
* src/GParted_Core.cc: creating a new partition on a BSD partitiontable
|
* src/GParted_Core.cc: creating a new partition on a BSD partitiontable
|
||||||
|
|
|
@ -1670,6 +1670,9 @@ void Win_GParted::activate_disklabel()
|
||||||
dialog .run() ;
|
dialog .run() ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_dialog .hide() ;
|
||||||
|
dialog .hide() ;
|
||||||
|
|
||||||
menu_gparted_refresh_devices() ;
|
menu_gparted_refresh_devices() ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue