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.6.1-1959-gfb5c


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1959-gfb5c914
Date: Sun, 10 Apr 2011 02:13:47 +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  fb5c914b237698faa7701cca179d4ddbc853ceea (commit)
       via  0cb2b9c421440ddf413bbfd39642404ee67e86f5 (commit)
       via  a9faf7c6614e0cbc5532f4c9bf9afcf92d52209e (commit)
      from  36be36022d2a73818e514be8f9a9ccbe9160165f (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 fb5c914b237698faa7701cca179d4ddbc853ceea
Author: Ben Pfaff <address@hidden>
Date:   Sat Apr 9 19:11:44 2011 -0700

    LIST: Fix crash when SPLIT FILE was used.
    
    Thanks to John Darrington for reporting the problem and to Michel
    Boaventura for reducing the problem to a simple test case.

commit 0cb2b9c421440ddf413bbfd39642404ee67e86f5
Author: Ben Pfaff <address@hidden>
Date:   Sat Apr 9 16:53:26 2011 -0700

    gui: Fix crash in Paired T-Test dialog on selecting first variable.
    
    When a variable is moved into the list of selected variables in the
    Paired T-Test dialog, that row of the treeview has one nonnull
    variable and one null variable.  Calling var_get_name(NULL) causes a
    segfault.
    
    I'm not certain that this is the correct fix, but it fixes the
    segfault.  The missing variable is now shown as <unset> until a second
    variable is moved into the treeview.
    
    Bug #32958.

commit a9faf7c6614e0cbc5532f4c9bf9afcf92d52209e
Author: Ben Pfaff <address@hidden>
Date:   Sat Apr 9 16:50:44 2011 -0700

    gui: Fix Glib warnings for dialogs in realize and configure callbacks.
    
    The GtkBuilder documentation says:
    
        Prior to 2.20, GtkBuilder was setting the "name" property of
        constructed widgets to the "id" attribute. In GTK+ 2.20 or newer,
        you have to use gtk_buildable_get_name() instead of
        gtk_widget_get_name() to obtain the "id", or set the "name"
        property in your UI definition.
    
    This commit fixes the problem by switching from using the "name"
    property to calling gtk_buildable_get_name().

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

Summary of changes:
 src/language/data-io/list.q    |   14 ++++++------
 src/ui/gui/helper.c            |    5 +--
 src/ui/gui/psppire-dialog.c    |   10 +++-----
 src/ui/gui/psppire-var-view.c  |    4 +-
 tests/language/data-io/list.at |   44 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 59 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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