pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-212-gc1dc0


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-212-gc1dc036
Date: Sat, 28 Apr 2012 11:04:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  c1dc0361c4c9c25d812966370ab3651b130ab9c1 (commit)
       via  3391f492daa7069de23f93a513ba361c59dedf72 (commit)
      from  4aa91ac6e0ca0d02beb1d947fac861ef9a90d516 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c1dc0361c4c9c25d812966370ab3651b130ab9c1
Author: John Darrington <address@hidden>
Date:   Sat Apr 28 13:03:32 2012 +0200

    Regression Dialog: Tidy up and comment.

commit 3391f492daa7069de23f93a513ba361c59dedf72
Author: John Darrington <address@hidden>
Date:   Sat Apr 28 12:41:05 2012 +0200

    Correct erroneous g_object_unref calls
    
    commit e89158e8abd2dae27d985e3574eb5aa1d265fc66 placed g_object_unref calls 
after every instance
    of *_set_model - In most instances this was correct, but not all.  When 
(for example)
    gtk_tree_view_set_model (view, model) is called, it takes a ref to model, 
but it will then
    unref it upon the next call to _set_model and/or when view is destroyed.
    Unreffing the model ourself, is therefore appropriate only when we have 
created it ourselves.
    This change fixes the few instances where this was not the case.

-----------------------------------------------------------------------

Summary of changes:
 src/ui/gui/psppire-dictview.c  |    1 +
 src/ui/gui/regression-dialog.c |   34 +++++++++++++++-------------------
 2 files changed, 16 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]