fixed visual feedback while mounting a partition

* src/Win_GParted.cc: fixed visual feedback while mounting a partition
This commit is contained in:
Bart Hakvoort 2006-03-16 17:18:03 +00:00
parent 863dc0581b
commit 166078d297
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-03-16 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/Win_GParted.cc: fixed visual feedback while mounting a partition
2006-03-16 Bart Hakvoort <hakvoort@cvs.gnome.org>
* include/Win_GParted.h,

View File

@ -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<Glib::ustring, bool *, Glib::ustring *>(
sigc::mem_fun( *this, &Win_GParted::thread_mount_partition ),
selected_partition .get_mountpoints()[ index ],