This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch WIP in repository aghermann.
commit df322775c26e03cc38e0feb0a837133baa86dde0 Author: Andrei Zavada <[email protected]> Date: Fri Oct 25 23:43:01 2013 +0300 set BusyBlock on Experiment->Global Ops->Set Filters dialog --- upstream/src/aghermann/ui/mw/mainmenu_cb.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/upstream/src/aghermann/ui/mw/mainmenu_cb.cc b/upstream/src/aghermann/ui/mw/mainmenu_cb.cc index 4515dab..1a82753 100644 --- a/upstream/src/aghermann/ui/mw/mainmenu_cb.cc +++ b/upstream/src/aghermann/ui/mw/mainmenu_cb.cc @@ -405,6 +405,7 @@ iExpGloballySetFilters_activate_cb( if ( GTK_RESPONSE_OK == gtk_dialog_run( ED.wGlobalFilters) ) { + SBusyBlock bb (ED.wMainWindow); forward_list<SBusyBlock*> bbl; for ( auto& SFp : ED.open_scoring_facilities ) bbl.push_front( new SBusyBlock (SFp->wSF)); -- 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
