From: <de...@us...> - 2008-09-29 21:36:10
|
Revision: 4008 http://fudaa.svn.sourceforge.net/fudaa/?rev=4008&view=rev Author: deniger Date: 2008-09-29 21:35:47 +0000 (Mon, 29 Sep 2008) Log Message: ----------- Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java Modified: branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java 2008-09-29 21:20:15 UTC (rev 4007) +++ branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/visuallibrary/calque/EbliWidgetControllerCalque.java 2008-09-29 21:35:47 UTC (rev 4008) @@ -25,6 +25,7 @@ import org.fudaa.ebli.calque.action.EbliCalqueActionTimeChooser; import org.fudaa.ebli.commun.EbliActionInterface; import org.fudaa.ebli.commun.EbliActionPaletteAbstract; +import org.fudaa.ebli.commun.EbliActionSimple; import org.fudaa.ebli.commun.EbliComponentFactory; import org.fudaa.ebli.commun.EbliLib; import org.fudaa.ebli.controle.BSelecteurListComboBox; @@ -71,6 +72,8 @@ EbliWidgetWithBordure widgetParent_; EbliActionEditorOneClick<BuPanel> editorAction_; + private boolean alreadyCreate_; + public EbliWidgetControllerCalque(final EbliWidgetVueCalque _widget, final EbliWidgetWithBordure _parent) { super(_parent); widgetCalque_ = _widget; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |