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. v1.2.0-381-g2a3d7


From: Friedrich Beckmann
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-381-g2a3d733
Date: Sun, 7 Jun 2020 03:12:35 -0400 (EDT)

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  2a3d7330188ac2faf40093dbaa09a901558217d8 (commit)
      from  df3728b28df255a1bef368985a9185c221143168 (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 2a3d7330188ac2faf40093dbaa09a901558217d8
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date:   Sun Jun 7 09:08:01 2020 +0200

    fixed goto case dialog
    
    The goto case dialog did not work. The GtkTreeModel cast of the datasheet
    does not work because datasheet is not derived from treemodel. Changed
    types from casenumber to gint because the gtktreemodel function returns 
gint.
    casenumber is long which my be bigger than int but the treemodel cant handle
    this anyway.

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

Summary of changes:
 src/ui/gui/goto-case-dialog.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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