Skip to content

Commit

Permalink
‘Accept’ and ‘Reject’ options are not shown when the choice is 'Will…
Browse files Browse the repository at this point in the history
… confirm later' #9
  • Loading branch information
bavincen committed Oct 16, 2014
1 parent 916024d commit cb26821
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions interfaces/exchangeCalendar/mivExchangeCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2143,18 +2143,16 @@ calExchangeCalendar.prototype = {

if (this.debug) this.logInfo("Found item in cache with Status:"+item.getProperty("STATUS"));

if ( item.getProperty("STATUS") != 'NONE' )
{
aListener.onGetResult (this,
Cr.NS_OK,
item_iid, null,
1, [item]);
}
this.notifyOperationComplete(aListener,
Cr.NS_OK,
Ci.calIOperationListener.GET,
aId,
null);
aListener.onGetResult (this,
Cr.NS_OK,
item_iid, null,
1, [item]);

},

typeString: function _typeString(o) {
Expand Down

0 comments on commit cb26821

Please sign in to comment.