fixed incorrect tooltip with unallocated space
This commit is contained in:
parent
fcd414f720
commit
17d8388a19
|
@ -1,3 +1,7 @@
|
|||
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
|
||||
|
||||
* src/VBox_VisualDisk.cc: fixed incorrect tooltip with unallocated space
|
||||
|
||||
2004-10-02 Bart Hakvoort <gparted@users.sf.net>
|
||||
|
||||
* include/Dialog_Base_Partition.h,
|
||||
|
|
|
@ -142,6 +142,7 @@ void VBox_VisualDisk::Build_Visual_Disk( int SCREEN_WIDTH )
|
|||
visual_partitions.back() ->pango_layout ->set_text( "" ) ;
|
||||
|
||||
//tooltip
|
||||
str_temp = "" ;
|
||||
if ( partitions[i].type != GParted::UNALLOCATED )
|
||||
str_temp = partitions[i] .filesystem + "\n" ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue