From: <de...@us...> - 2008-10-30 17:25:20
|
Revision: 4126 http://fudaa.svn.sourceforge.net/fudaa/?rev=4126&view=rev Author: deniger Date: 2008-10-30 17:25:15 +0000 (Thu, 30 Oct 2008) Log Message: ----------- Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/TrPostLayoutFille.java Modified: branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/TrPostLayoutFille.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/TrPostLayoutFille.java 2008-10-30 17:11:51 UTC (rev 4125) +++ branches/Prepro-0.92-SNAPSHOT/fudaa/src/org/fudaa/fudaa/tr/post/TrPostLayoutFille.java 2008-10-30 17:25:15 UTC (rev 4126) @@ -634,7 +634,7 @@ listeActions.add(new TrPostActionBilan((TrPostVisuPanel) creator.getCalque(), projet_.getImpl())); listeActions.add(new TrPostActionCubature((TrPostVisuPanel) creator.getCalque(), projet_.getImpl())); - listeActions.add(new TrPostActionLigneCourants(projet_, (TrPostVisuPanel) creator.getCalque())); + listeActions.add(new TrPostActionLigneCourants((TrPostVisuPanel) creator.getCalque())); _controller.addFonctionsSpecific(listeActions); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |