The following commit has been merged in the master branch:
commit fa7df01eec5a6fcf094a877b10f3a724d65f59b4
Author: Andrei Zavada <[email protected]>
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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to