Diff for /rpl/modules/motif/XtRealizeWidget.rplc between versions 1.1 and 1.2

version 1.1, 2017/07/06 10:18:04 version 1.2, 2017/07/30 21:59:40
Line 19  declareExternalFunction(XtRealizeWidget) Line 19  declareExternalFunction(XtRealizeWidget)
                 returnOnError(freeObject(widget));                  returnOnError(freeObject(widget));
             endIf              endIf
   
             XtRealizeWidget(target((Widget *) objectContainer(widget)));              XtRealizeWidget(target(objectContainer(Widget, widget)));
         orElse          orElse
             executionError("Application not initialized");              executionError("Application not initialized");
             returnOnError();              returnOnError();

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb interface <joel.bertrand@systella.fr>