Package: iceowl-extension
Version: 1.0~b1+dfsg1-2
Severity: normal
Tags: upstream patch

There are a couple of typos in calDavCalendar.js that trip up the code that 
runs when a temporarily unavailable calendar becomes available again.

Patch attached


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceowl-extension depends on:
ii  calendar-timezones        1.0~b1+dfsg1-2 Timezone Extension for Sunbird/Ice
ii  icedove                   3.0.8-1        mail/news client with RSS and inte
ii  libc6                     2.11.2-6       Embedded GNU C Library: Shared lib
ii  libgcc1                   1:4.4.4-14     GCC support library
ii  libnspr4-0d               4.8.4-1        NetScape Portable Runtime Library
ii  libstdc++6                4.4.4-14       The GNU Standard C++ Library v3

Versions of packages iceowl-extension recommends:
pn  calendar-google-provider      <none>     (no description available)

Versions of packages iceowl-extension suggests:
pn  latex-xft-fonts               <none>     (no description available)

-- no debconf information
--- calDavCalendar.js.old	2010-10-19 15:25:00.000000000 +1300
+++ calDavCalendar.js	2010-09-29 15:09:51.000000000 +1300
@@ -880,7 +880,7 @@
             } else if (request.responseStatus == 207 && thisCalendar.mDisabled) {
                 // Looks like the calendar is there again, check its resouce
                 // type first.
-                this.checkDavResourceType(aChangelogListener);
+                thisCalendar.checkDavResourceType(aChangeLogListener);
                 return;
              }
 

Reply via email to