This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit 559d2cc12068873b6203020f42c587cd052a84eb Author: Andrei Zavada <[email protected]> Date: Sun Aug 11 14:45:31 2013 +0300 emacs symantec symref rename rocks! --- src/aghermann/expdesign/primaries.cc | 2 +- src/aghermann/expdesign/primaries.hh | 2 +- src/aghermann/ui/mw/mw_cb.cc | 2 +- src/aghermann/ui/mw/simulations.cc | 4 ++-- src/aghermann/ui/mw/simulations_cb.cc | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/aghermann/expdesign/primaries.cc b/src/aghermann/expdesign/primaries.cc index 38954ce..27db5c1 100644 --- a/src/aghermann/expdesign/primaries.cc +++ b/src/aghermann/expdesign/primaries.cc @@ -494,7 +494,7 @@ get_annotations() const void agh::CExpDesign:: -remove_untried_modruns() +prune_untried_modruns() { for ( auto& G : groups ) for ( auto& J : G.second ) diff --git a/src/aghermann/expdesign/primaries.hh b/src/aghermann/expdesign/primaries.hh index f3c83b8..c7ee505 100644 --- a/src/aghermann/expdesign/primaries.hh +++ b/src/aghermann/expdesign/primaries.hh @@ -365,7 +365,7 @@ class CExpDesign { const SProfileParamSet&, ach::CModelRun**); void remove_all_modruns(); - void remove_untried_modruns(); + void prune_untried_modruns(); void export_all_modruns( const string& fname) const; void sync(); diff --git a/src/aghermann/ui/mw/mw_cb.cc b/src/aghermann/ui/mw/mw_cb.cc index 35209b5..fb204c9 100644 --- a/src/aghermann/ui/mw/mw_cb.cc +++ b/src/aghermann/ui/mw/mw_cb.cc @@ -124,7 +124,7 @@ tTaskSelector_switch_page_cb( gtk_widget_set_sensitive( (GtkWidget*)ED.iExpClose, FALSE); ED.populate_2(); } else if ( page_num == 0 ) { - // ED.ED->remove_untried_modruns(); // done in populate_2 + // ED.ED->prune_untried_modruns(); // done in populate_2 // ED.populate( false); gtk_widget_set_sensitive( (GtkWidget*)ED.iExpClose, TRUE); } diff --git a/src/aghermann/ui/mw/simulations.cc b/src/aghermann/ui/mw/simulations.cc index fd24b03..693c362 100644 --- a/src/aghermann/ui/mw/simulations.cc +++ b/src/aghermann/ui/mw/simulations.cc @@ -23,7 +23,7 @@ populate_2() gtk_tree_store_clear( mSimulations); // clean up - ED->remove_untried_modruns(); + ED->prune_untried_modruns(); GtkTreeIter iter_g, iter_j, iter_m, iter_h; for ( auto &G : ED->groups ) { @@ -125,7 +125,7 @@ void SExpDesignUI:: cleanup_2() { - ED->remove_untried_modruns(); + ED->prune_untried_modruns(); //populate( false); } diff --git a/src/aghermann/ui/mw/simulations_cb.cc b/src/aghermann/ui/mw/simulations_cb.cc index 4ae7496..c096470 100644 --- a/src/aghermann/ui/mw/simulations_cb.cc +++ b/src/aghermann/ui/mw/simulations_cb.cc @@ -77,7 +77,7 @@ iSimulationsRunBatch_activate_cb( if ( gtk_dialog_run( ED.wBatchSetup) == GTK_RESPONSE_OK ) { SBusyBlock bb (ED.wMainWindow); - ED.ED->remove_untried_modruns(); + ED.ED->prune_untried_modruns(); ED.populate_2(); list<string> -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
