From 17d8388a19611fdf3464f3125bfad8794929075d Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Sat, 2 Oct 2004 13:07:48 +0000 Subject: [PATCH] fixed incorrect tooltip with unallocated space --- ChangeLog | 4 ++++ src/VBox_VisualDisk.cc | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7fe70b3..ab490f07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-02 Bart Hakvoort + + * src/VBox_VisualDisk.cc: fixed incorrect tooltip with unallocated space + 2004-10-02 Bart Hakvoort * include/Dialog_Base_Partition.h, diff --git a/src/VBox_VisualDisk.cc b/src/VBox_VisualDisk.cc index 2bf9ae63..0e135112 100644 --- a/src/VBox_VisualDisk.cc +++ b/src/VBox_VisualDisk.cc @@ -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" ;