X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=dbba57b69d6d0063866ba3b295eceba1f0fb0a62;hb=55077868a3eb1776432bcb46a3627cc8e0ee54db;hp=8a23346ce788667f611a5dede2ac4dd1cfff0b34;hpb=ca259adce7a069f58545de7511e17d73c9e0a868;p=pspp diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 8a23346ce7..dbba57b69d 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -60,6 +60,7 @@ #include +GtkRecentManager *the_recent_mgr = 0; PsppireDataStore *the_data_store = 0; PsppireVarStore *the_var_store = 0; @@ -147,6 +148,9 @@ initialize (struct command_line_processor *clp, int argc, char **argv) journal_enable (); textdomain (PACKAGE); + + the_recent_mgr = gtk_recent_manager_get_default (); + the_data_window = psppire_data_window_new (); command_line_processor_replace_aux (clp, &post_init_argp, the_source_stream);