=== modified file 'debian/changelog' --- debian/changelog 2009-03-04 00:04:37 +0000 +++ debian/changelog 2009-03-04 14:25:19 +0000 @@ -1,3 +1,10 @@ +pidgin-libnotify (0.14-1ubuntu4) jaunty; urgency=low + + * Update to debian/patches/indicate.patch to support the + truncation capability of notify-osd. (LP: #337752) + + -- Ted Gould Wed, 04 Mar 2009 08:22:29 -0600 + pidgin-libnotify (0.14-1ubuntu3) jaunty; urgency=low * Updates to debian/patches/indicate.patch === modified file 'debian/patches/indicate.patch' --- debian/patches/indicate.patch 2009-03-04 00:04:37 +0000 +++ debian/patches/indicate.patch 2009-03-04 14:20:29 +0000 @@ -41,7 +41,7 @@ === modified file 'src/pidgin-libnotify.c' --- old/src/pidgin-libnotify.c 2009-01-31 14:57:15 +0000 -+++ new/src/pidgin-libnotify.c 2009-03-03 17:31:26 +0000 ++++ new/src/pidgin-libnotify.c 2009-03-04 14:19:50 +0000 @@ -35,15 +35,29 @@ /* for pidgin_create_prpl_icon */ @@ -627,7 +627,7 @@ + notify_supports_actions = TRUE; + } else if (!strcmp(cap, "append")) { + notify_supports_append = TRUE; -+ } else if (!strcmp(cap, "truncate-string")) { ++ } else if (!strcmp(cap, "truncation")) { + notify_supports_truncation = TRUE; + } else if (!strcmp(cap, "canonical-private-2")) { + notify_supports_append = TRUE;