summaryrefslogtreecommitdiff
path: root/packages/gtk-webcore/files/stop-load.image-loading.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gtk-webcore/files/stop-load.image-loading.patch')
-rw-r--r--packages/gtk-webcore/files/stop-load.image-loading.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/packages/gtk-webcore/files/stop-load.image-loading.patch b/packages/gtk-webcore/files/stop-load.image-loading.patch
deleted file mode 100644
index 47200825c0..0000000000
--- a/packages/gtk-webcore/files/stop-load.image-loading.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- NRCit/src/frameimpl.cpp.orig 2005-02-16 11:33:16.000000000 +0200
-+++ NRCit/src/frameimpl.cpp 2005-10-28 00:44:15.000000000 +0300
-@@ -152,6 +152,7 @@
-
- void FrameImpl::stopLoad()
- {
-+ frameLoadDelegate()->onFrameLoadFinished(this, 1);
- closeURL();
- }
-
---- NRCit/src/ImageRenderer.cpp.orig 2005-02-16 11:33:16.000000000 +0200
-+++ NRCit/src/ImageRenderer.cpp 2005-10-28 20:43:42.000000000 +0300
-@@ -133,19 +133,19 @@
- g_object_ref(pixbuf);
- } else {
- // not loading
-- if (ir.anim) {
-+ /*if (ir.anim) {
- // is an animation => get own pixbuf, owned by iterator
- anim = ir.anim;
- g_object_ref(anim);
- assert(ir.iter);
- iter = gdk_pixbuf_animation_get_iter(anim, NULL);
-- } else {
-+ } else {*/
- // not an animation
- assert(!ir.iter);
- pixbuf = ir.pixbuf;
- if (pixbuf)
- g_object_ref(pixbuf);
-- }
-+ //}
- }
- }
-
-@@ -415,7 +417,7 @@
-
- void ImageRenderer::stopAnimation()
- {
-- //stopped = true;
-+ stopped = true;
- }
-
- void ImageRenderer::tileInRect(GdkRectangle* r, int sx, int sy, CGContextRef context)