fixed visual feedback while mounting a partition
* src/Win_GParted.cc: fixed visual feedback while mounting a partition
This commit is contained in:
parent
863dc0581b
commit
166078d297
|
@ -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,
|
||||
|
|
|
@ -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 ],
|
||||
|
|
Loading…
Reference in New Issue