[Xfce4-commits] <midori:master> Make Delayed Load work with WebKit2

Christian Dywan noreply at xfce.org
Mon Apr 8 20:44:01 CEST 2013


Updating branch refs/heads/master
         to df3ff7396ec18e612f3314a28e42f05711102143 (commit)
       from a97bf2ff3111795cb1e49787197e517a26af769f (commit)

commit df3ff7396ec18e612f3314a28e42f05711102143
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Apr 8 20:08:17 2013 +0200

    Make Delayed Load work with WebKit2

 extensions/delayed-load.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/extensions/delayed-load.vala b/extensions/delayed-load.vala
index 1ff2803..9ea2c0f 100644
--- a/extensions/delayed-load.vala
+++ b/extensions/delayed-load.vala
@@ -157,8 +157,7 @@ namespace DelayedLoad {
 
                 int64 delay = item.get_meta_integer ("delay");
                 if (delay != Midori.Delay.DELAYED) {
-                    WebKit.LoadStatus load_status = view.web_view.load_status;
-                    if (load_status == WebKit.LoadStatus.FINISHED) {
+                    if (view.load_status == Midori.LoadStatus.FINISHED) {
                         if (this.timeout != 0)
                             this.tasks.set (browser, new TabShaker (browser));
 


More information about the Xfce4-commits mailing list