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

« back to all changes in this revision

Viewing changes to calendar/import-export/calOutlookCSVImportExport.js

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-12-29 12:14:14 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20111229121414-q6pyb0vyeprgpl4e
Tags: 1.1+build1-0ubuntu0.11.10.1
* New upstream stable release (CALENDAR_1_1_BUILD1) (LP: #909599)

* Refresh debian/patches/02_fix_system_libxul_build.patch
* Add debian/patches/03_maxversion_override.patch to ensure compatibility
  with Thunderbird 9 point releases
* Add the new python IDL parser to the tarball
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
522
522
        str += exportLineEnding;
523
523
        aStream.write(str, str.length);
524
524
 
525
 
        for each (item in aItems) {
 
525
        for each (let item in aItems) {
526
526
            if (!cal.isEvent(item)) {
527
527
                // XXX TODO: warn the user (once) that tasks are not supported
528
528
                // (bug 336175)