New abstract base class: PsppireWindowBase 20120204030502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Feb 2012 07:44:05 +0000 (08:44 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Feb 2012 07:44:05 +0000 (08:44 +0100)
commitb367f5ac49aa1b4f0ea7d76e322e40b824f607b9
tree44cf65aaaab3aee934b61b987440c4155da521a6
parent5cdb1f83c37674ee6d588bb0104729d564012ecb
New abstract base class: PsppireWindowBase

Created a new abstract base class for windows/dialogs and moved the
psppire_conf manipulation to there.  Should fix problems reported by bojo42
where the window geometry wasn't always correctly saved.
src/ui/gui/automake.mk
src/ui/gui/psppire-dialog.c
src/ui/gui/psppire-window-base.c [new file with mode: 0644]
src/ui/gui/psppire-window-base.h [new file with mode: 0644]
src/ui/gui/psppire-window.c