[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-259-g351eb
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-259-g351eb47 |
Date: |
Fri, 13 Jul 2012 14:34:22 +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 351eb4714c09738651e08842f23916fcfcecad52 (commit)
via 023980a685ecb5b82388ddfb993eb37933c3e53a (commit)
from 9aa950a7672569d51c1d5d674697a099bafa6e24 (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 351eb4714c09738651e08842f23916fcfcecad52
Author: Ben Pfaff <address@hidden>
Date: Thu Jul 12 23:41:52 2012 -0700
var-type-dialog: Move UI into separate .ui file.
Putting the UI for a .c file into its own .ui file seems like a good
practice. It leads to fewer merge conflicts, for example.
commit 023980a685ecb5b82388ddfb993eb37933c3e53a
Author: Ben Pfaff <address@hidden>
Date: Thu Jul 12 23:32:19 2012 -0700
var-type-dialog: Avoid static variables.
I guess these static variables were OK when there was only one
datasheet and therefore only one dialog, but now there can be more
than one of each.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/automake.mk | 3 +-
src/ui/gui/var-sheet-dialogs.ui | 413 --------------------------------------
src/ui/gui/var-type-dialog.c | 28 ++--
src/ui/gui/var-type-dialog.ui | 418 +++++++++++++++++++++++++++++++++++++++
4 files changed, 433 insertions(+), 429 deletions(-)
create mode 100644 src/ui/gui/var-type-dialog.ui
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-259-g351eb47,
Ben Pfaff <=