This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit f934c9fc4d2a6ef69d46e7d4f9a00e4783553284 Author: Andrei Zavada <[email protected]> Date: Thu Sep 19 02:52:27 2013 +0300 set 'saved' profile field to false so it can be actually saved by save() --- upstream/src/aghermann/ui/dirlevel-storable-adapter.ii | 1 + 1 file changed, 1 insertion(+) diff --git a/upstream/src/aghermann/ui/dirlevel-storable-adapter.ii b/upstream/src/aghermann/ui/dirlevel-storable-adapter.ii index 2ef72e6..12c1125 100644 --- a/upstream/src/aghermann/ui/dirlevel-storable-adapter.ii +++ b/upstream/src/aghermann/ui/dirlevel-storable-adapter.ii @@ -206,6 +206,7 @@ bXProfileSave_clicked_cb() P = Pp2; // except that it has new name and level P.name = this_name; P.level = this_level; + P.saved = false; populate_combo(); set_profile_manage_buttons_visibility(); -- 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
