Diff for /rpl/modules/motif/XtAppInitialize.rplc between versions 1.7 and 1.8

version 1.7, 2017/08/22 12:13:55 version 1.8, 2017/08/23 09:40:53
Line 39  declareExternalFunction(XtAppInitialize) Line 39  declareExternalFunction(XtAppInitialize)
         target(objectContainer(sXtAppContext, appObject)).widget =          target(objectContainer(sXtAppContext, appObject)).widget =
                 target(objectContainer(Widget, widgetObject));                  target(objectContainer(Widget, widgetObject));
   
           XtVaSetValues(target(objectContainer(Widget, widgetObject)),
                   XmNtitle, name,
                   NULL);
         freeObject(nameObject);          freeObject(nameObject);
   
         if (nullified(objectOf(appObject))) then          if (nullified(objectOf(appObject))) then

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>