gparted r944 - in trunk: . src



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]