[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2309-gae1e
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2309-gae1e48a |
Date: |
Mon, 05 Dec 2011 16:07:28 +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 ae1e48a9727327898aaf9662f53a9a1ec115ab11 (commit)
from 1cf8b236bb43257161f2c014b2384aa4709315c9 (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 ae1e48a9727327898aaf9662f53a9a1ec115ab11
Author: Ben Pfaff <address@hidden>
Date: Sun Dec 4 10:44:07 2011 -0800
gui: Fix behavior of print preview in psppire-output-window.
Print preview only showed one page because the GtkPrintOperation emits
"paginate" again even after it returns TRUE once and our "paginate"
implementation was not prepared for that.
Also fixes a memory leak in paginate(): the driver used for pagination was
not being freed.
Reported-by: John Darrington <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/psppire-output-window.c | 16 ++++++++++++++--
src/ui/gui/psppire-output-window.h | 3 ++-
2 files changed, 16 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2309-gae1e48a,
Ben Pfaff <=