X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=6259965aaf3abfdd168b30ca569471f5d0f5126a;hb=5de8102af0956488f48ae9bf4941e5867a0f1260;hp=98bd41798445025d2c9ca0b42b9a8121b34863de;hpb=3d2d7cd7e835a1f49fb24e629972dd5d99d872ab;p=pspp-builds.git diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index 98bd4179..6259965a 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -41,7 +41,7 @@ #include #include "psppire-data-store.h" #include - +#include "output-viewer.h" #include @@ -104,7 +104,7 @@ get_widget_assert (GladeXML *xml, const gchar *name) w = glade_xml_get_widget (xml, name); if ( !w ) - g_warning ("Widget \"%s\" could not be found\n", name); + g_critical ("Widget \"%s\" could not be found\n", name); return w; } @@ -204,6 +204,8 @@ execute_syntax (struct getl_interface *sss) proc_set_active_file_data (the_dataset, NULL); som_flush (); + + reload_the_viewer (); }