Module: nagvis Branch: master Commit: 47fa26abb1bbf6110ec06a7257186b7f8f3346fb URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=47fa26abb1bbf6110ec06a7257186b7f8f3346fb
Author: Roman Kyrylych <[email protected]> Date: Thu Aug 20 17:25:39 2009 +0300 gmap: Fixed link removal Signed-off-by: Roman Kyrylych <[email protected]> --- uifx/src/modules/gmap/mate/LinksEM.mxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/uifx/src/modules/gmap/mate/LinksEM.mxml b/uifx/src/modules/gmap/mate/LinksEM.mxml index ac8dea0..3ebee38 100644 --- a/uifx/src/modules/gmap/mate/LinksEM.mxml +++ b/uifx/src/modules/gmap/mate/LinksEM.mxml @@ -64,7 +64,7 @@ </EventHandlers> <EventHandlers type="{LinkEvent.DELETE}"> - <RemoteObjectInvoker instance="{LinksService}" method="remove" arguments="{[event.link.id1, event.link.id2]}"> + <RemoteObjectInvoker instance="{LinksService}" method="remove" arguments="{event.link.id}"> <resultHandlers> <MethodInvoker generator="{LinksData}" method="removeItemById" arguments="{resultObject}"/> <EventAnnouncer generator="{LinkEvent}" constructorArguments="{LinkEvent.SELECTED}" /> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
