diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-02-05 13:17:40 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-02-05 13:17:40 +0000 |
commit | c46e5281dce84957fd5126ebf17bb855b6bc7fa4 (patch) | |
tree | fa5125c6a87c0cb978982222eecb3e5b2d47acb9 /kde-base/kdelibs/files/animated-gif-fix.patch | |
parent | Allow writing to take place in the QTDIR/etc/settings directory (diff) | |
download | historical-c46e5281dce84957fd5126ebf17bb855b6bc7fa4.tar.gz historical-c46e5281dce84957fd5126ebf17bb855b6bc7fa4.tar.bz2 historical-c46e5281dce84957fd5126ebf17bb855b6bc7fa4.zip |
Fix animated gif problems w/ patch.
Diffstat (limited to 'kde-base/kdelibs/files/animated-gif-fix.patch')
-rw-r--r-- | kde-base/kdelibs/files/animated-gif-fix.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kde-base/kdelibs/files/animated-gif-fix.patch b/kde-base/kdelibs/files/animated-gif-fix.patch new file mode 100644 index 000000000000..4151ba74135f --- /dev/null +++ b/kde-base/kdelibs/files/animated-gif-fix.patch @@ -0,0 +1,8 @@ +--- khtml/misc/loader.cpp #1.168:1.168.2.1 +@@ -338,5 +338,5 @@ class ImageSource : public QDataSource + public: + ImageSource(QByteArray buf) +- : buffer( buf ), pos( 0 ), eof( false ), rew(false ), rewable( false ) ++ : buffer( buf ), pos( 0 ), eof( false ), rew(false ), rewable( true ) + {} + |