diff -Naur Ted-2.17-orig/Ted/tedListTool.c Ted-2.17/Ted/tedListTool.c --- Ted-2.17-orig/Ted/tedListTool.c 2008-03-24 19:38:01.000000000 -0600 +++ Ted-2.17/Ted/tedListTool.c 2008-03-24 19:33:27.000000000 -0600 @@ -1422,12 +1422,12 @@ return; } -# ifdef USE_MOTIF static void appMakeHBoxInRow( APP_WIDGET * pHBox, APP_WIDGET row, int position, int colspan ) { +# ifdef USE_MOTIF Arg al[20]; int ac= 0; @@ -1452,8 +1452,8 @@ XtManageChild( hbox ); *pHBox= hbox; return; - } # endif + } static void appMakeLabelAndRowRow( APP_WIDGET * pRow, APP_WIDGET * pLabel,