From 166078d2972cff7843a78d59972ddb75ae1bc0f7 Mon Sep 17 00:00:00 2001 From: Bart Hakvoort Date: Thu, 16 Mar 2006 17:18:03 +0000 Subject: [PATCH] fixed visual feedback while mounting a partition * src/Win_GParted.cc: fixed visual feedback while mounting a partition --- ChangeLog | 4 ++++ src/Win_GParted.cc | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 171572dd..740fbba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-16 Bart Hakvoort + + * src/Win_GParted.cc: fixed visual feedback while mounting a partition + 2006-03-16 Bart Hakvoort * include/Win_GParted.h, diff --git a/src/Win_GParted.cc b/src/Win_GParted.cc index eaaf234e..bf87413c 100644 --- a/src/Win_GParted.cc +++ b/src/Win_GParted.cc @@ -1497,6 +1497,8 @@ void Win_GParted::activate_mount_partition( unsigned int index ) bool succes = false ; Glib::ustring error ; + pulse = true ; + thread = Glib::Thread::create( sigc::bind( sigc::mem_fun( *this, &Win_GParted::thread_mount_partition ), selected_partition .get_mountpoints()[ index ],