This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit db4f29b580885f0fe2f332dbf3e19adc775832bc Author: Andrei Zavada <[email protected]> Date: Sun Sep 15 02:35:36 2013 +0300 always load/save on show/hide of patters dialog --- upstream/src/aghermann/ui/sf/d/patterns_cb.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc index 96b6023..7c382a9 100644 --- a/upstream/src/aghermann/ui/sf/d/patterns_cb.cc +++ b/upstream/src/aghermann/ui/sf/d/patterns_cb.cc @@ -459,6 +459,9 @@ wSFFD_show_cb( { auto& FD = *(SScoringFacility::SPatternsDialog*)userdata; + // new patterns may have appeared created by other SF instances, so + FD.load_patterns(); + FD.setup_controls_for_find(); FD.populate_combo(); FD.set_profile_manage_buttons_visibility(); @@ -492,6 +495,8 @@ wSFFD_hide_cb( SF.queue_redraw_all(); } } + + FD.save_patterns(); } -- 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
