gui: Get rid of the_recent_manager global.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 10 May 2011 05:42:37 +0000 (22:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 10 May 2011 23:09:29 +0000 (16:09 -0700)
commitb73c7309c2fff2b35f406d8e0e75be3dc3621396
tree25ca537569adb3d385b580b08f0c694c4326cf2b
parentf1344e4c4f57a58742a245c6b244e9f2ab2abef3
gui: Get rid of the_recent_manager global.

The GTK+ function gtk_recent_manager_get_default() is documented to
return a singleton.  We might as well take advantage of that instead
of caching its return value and passing it around.
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-window.c
src/ui/gui/psppire.c