X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.c;h=df13affacf394a4f6a4023c19717f60534196962;hb=356c1209257f91eb08791e6b9ca72393fca6fcd0;hp=61b5aea0228975867f5ba32fab7d20bb51cf9caf;hpb=d7a1402a5ff12bba819f2eb4544812e6bf358b97;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.c b/src/ui/gui/data-editor.c index 61b5aea0..df13affa 100644 --- a/src/ui/gui/data-editor.c +++ b/src/ui/gui/data-editor.c @@ -114,6 +114,8 @@ new_data_editor (void) de->xml = glade_xml_new (PKGDATADIR "/data-editor.glade", NULL, NULL); + connect_help (de->xml); + e->window = get_widget_assert (de->xml, "data_editor"); g_signal_connect (get_widget_assert (de->xml,"file_new_data"),