[jboss-cvs] jboss-mail/src/flex/org/jboss/mail/webmail/view/controls ...
Aron Sogor
bigman at gmail.com
Thu Aug 24 20:38:01 EDT 2006
User: asogor
Date: 06/08/24 20:38:01
Modified: src/flex/org/jboss/mail/webmail/view/controls
SharedContactSearch.mxml
Log:
minor fix.
Revision Changes Path
1.5 +6 -3 jboss-mail/src/flex/org/jboss/mail/webmail/view/controls/SharedContactSearch.mxml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SharedContactSearch.mxml
===================================================================
RCS file: /cvsroot/jboss/jboss-mail/src/flex/org/jboss/mail/webmail/view/controls/SharedContactSearch.mxml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- SharedContactSearch.mxml 28 Jun 2006 21:23:45 -0000 1.4
+++ SharedContactSearch.mxml 25 Aug 2006 00:38:01 -0000 1.5
@@ -30,9 +30,12 @@
private function doAdd():void
{
var e:CairngormEvent = new CairngormEvent(JBMSController.ADD_SHARED_CONTACT);
+ if(contactDataGrid.selectedItems.length > 0)
+ {
e.data = contactDataGrid.selectedItems;
CairngormEventDispatcher.getInstance().dispatchEvent(e);
}
+ }
private function doCheckAvaliable():void
{
More information about the jboss-cvs-commits
mailing list