diff options
Diffstat (limited to 'misc/tellico-kde4/files/patch-src-fetch-amazonfetcher.cpp')
-rw-r--r-- | misc/tellico-kde4/files/patch-src-fetch-amazonfetcher.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/tellico-kde4/files/patch-src-fetch-amazonfetcher.cpp b/misc/tellico-kde4/files/patch-src-fetch-amazonfetcher.cpp deleted file mode 100644 index ea6c450eef0e..000000000000 --- a/misc/tellico-kde4/files/patch-src-fetch-amazonfetcher.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fetch/amazonfetcher.cpp.orig Sat Oct 16 00:23:06 2004 -+++ src/fetch/amazonfetcher.cpp Sat Oct 16 00:23:48 2004 -@@ -428,7 +428,7 @@ - // emit signalStatus(i18n("<qt>The cover image for <i>%1</i> could not be loaded.</qt>").arg( - // entry->field(QString::fromLatin1("title")))); - emit signalStatus(i18n("The cover image could not be loaded.")); -- } else if(img.width() > 1 and img.height() > 1) { // amazon serves up 1x1 gifs occasionally -+ } else if(img.width() > 1 && img.height() > 1) { // amazon serves up 1x1 gifs occasionally - // all relevant collection types have cover fields - entry->setField(QString::fromLatin1("cover"), img.id()); - } |