X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.c;h=74e9a0229fc60c27bf5da46637b3aafd2fa83785;hb=62215e63f11b18112899541b29b3151e25f7eb6e;hp=c242f764f5ad02dac73c92227ff664f2a8912ccf;hpb=46b17a75377b7541db5149c561d8569b5472d3fe;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.c b/src/ui/gui/data-editor.c index c242f764..74e9a022 100644 --- a/src/ui/gui/data-editor.c +++ b/src/ui/gui/data-editor.c @@ -938,11 +938,11 @@ new_data_editor (void) g_object_set (de->data_editor, - "column-menu", de->data_sheet_variable_popup_menu, NULL); + "datasheet-column-menu", de->data_sheet_variable_popup_menu, NULL); g_object_set (de->data_editor, - "row-menu", de->data_sheet_cases_popup_menu, NULL); + "datasheet-row-menu", de->data_sheet_cases_popup_menu, NULL); return de; }