gparted r944 - in trunk: . src
- From: gedakc svn gnome org
- To: svn-commits-list gnome org
- Subject: gparted r944 - in trunk: . src
- Date: Thu, 30 Oct 2008 18:51:14 +0000 (UTC)
Author: gedakc
Date: Thu Oct 30 18:51:14 2008
New Revision: 944
URL: http://svn.gnome.org/viewvc/gparted?rev=944&view=rev
Log:
Added thread status message update to pulsebar.
Modified:
trunk/ChangeLog
trunk/src/Win_GParted.cc
Modified: trunk/src/Win_GParted.cc
==============================================================================
--- trunk/src/Win_GParted.cc (original)
+++ trunk/src/Win_GParted.cc Thu Oct 30 18:51:14 2008
@@ -574,6 +574,10 @@
Gtk::Main::iteration();
usleep( 10000 );
+
+ Glib::ustring tmp_msg = gparted_core .get_thread_status_message() ;
+ if ( tmp_msg != "" )
+ statusbar .push( tmp_msg ) ;
}
thread ->join() ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]