[med-svn] [SCM] aghermann branch, master, updated. f0d4c0fd35bf09e7dff56ddb9a2d798ae916c2ef

Andrei Zavada johnhommer at gmail.com
Sun Feb 3 12:53:11 UTC 2013


The following commit has been merged in the master branch:
commit fa7df01eec5a6fcf094a877b10f3a724d65f59b4
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sun Feb 3 12:08:57 2013 +0200

    only mention the first reason why a modrun is disabled

diff --git a/src/ui/mw/simulations.cc b/src/ui/mw/simulations.cc
index 7062e77..07d0411 100644
--- a/src/ui/mw/simulations.cc
+++ b/src/ui/mw/simulations.cc
@@ -105,7 +105,7 @@ populate_2()
 							  &virgin);
 				if ( retval ) {
 					gtk_tree_store_set( mSimulations, &iter_h,
-							    1, agh::CProfile::explain_status( retval).c_str(),
+							    1, agh::str::tokens( agh::CProfile::explain_status( retval), ";").front().c_str(),
 							    msimulations_modref_col, NULL,
 							    -1);
 				} else {

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list