[Xfce4-commits] <midori:master> Keep plugins in Statusbar Features with WebKit >= 1.3.8

Christian Dywan noreply at xfce.org
Thu Jan 10 23:20:01 CET 2013


Updating branch refs/heads/master
         to 09e13eb30f0feab253108df4efaf99da981d72fd (commit)
       from bb9258d8ca5bbc69221685c8b912715f1f6c4bf9 (commit)

commit 09e13eb30f0feab253108df4efaf99da981d72fd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Jan 10 23:09:22 2013 +0100

    Keep plugins in Statusbar Features with WebKit >= 1.3.8

 extensions/statusbar-features.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/extensions/statusbar-features.c b/extensions/statusbar-features.c
index a737561..4cb65c0 100644
--- a/extensions/statusbar-features.c
+++ b/extensions/statusbar-features.c
@@ -220,10 +220,8 @@ statusbar_features_app_add_browser_cb (MidoriApp*       app,
         gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
         button = statusbar_features_property_proxy (settings, "enable-scripts", toolbar);
         gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
-        #if !WEBKIT_CHECK_VERSION (1, 3, 8)
         button = statusbar_features_property_proxy (settings, "enable-plugins", toolbar);
         gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
-        #endif
         button = statusbar_features_property_proxy (settings, "identify-as", toolbar);
         gtk_box_pack_start (GTK_BOX (bbox), button, FALSE, FALSE, 2);
         button = statusbar_features_property_proxy (settings, "zoom-level", toolbar);


More information about the Xfce4-commits mailing list