~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to calendar/base/content/calendar-unifinder.js

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-30 18:41:41 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120130184141-gp86wjna8126gx8b
Tags: 1.2+build1-0ubuntu0.11.10.1
* New upstream stable release (CALENDAR_1_2_BUILD1)
  - LP: #923372
* Refresh debian/patches/01_no_sunbird.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore
* Drop 03_maxversion_override.patch, as this isn't needed for this release

Show diffs side-by-side

added added

removed removed

Lines of Context:
661
661
        // If no items were passed, get the selected items from the view.
662
662
        aItemArray = aItemArray || currentView().getSelectedItems({});
663
663
 
 
664
        calendarUpdateDeleteCommand(aItemArray);
 
665
 
664
666
        /**
665
667
         * The following is a brutal hack, caused by
666
668
         * http://lxr.mozilla.org/mozilla1.0/source/layout/xul/base/src/tree/src/nsTreeSelection.cpp#555