[Xfce4-commits] <midori:master> Fix handling of 'app' property on bookmark open

Christian Dywan noreply at xfce.org
Fri Jul 2 23:36:06 CEST 2010


Updating branch refs/heads/master
         to 1e8e6f4652c1bef1a96f40a98f8bf95f3f4cd0f8 (commit)
       from ad5066a43fa8baeb25f64afcce3c2b1582455f6e (commit)

commit 1e8e6f4652c1bef1a96f40a98f8bf95f3f4cd0f8
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Fri Jul 2 01:05:11 2010 -0400

    Fix handling of 'app' property on bookmark open

 midori/midori-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index eb73654..41a4eec 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -2855,7 +2855,7 @@ midori_browser_open_bookmark (MidoriBrowser* browser,
         uri_fixed = g_strdup (uri);
 
     /* FIXME: Use the same binary that is running right now */
-    if (katze_item_get_meta_integer (item, "app") != -1)
+    if (katze_item_get_meta_boolean (item, "app"))
         midori_browser_spawn_app (uri_fixed);
     else
     {



More information about the Xfce4-commits mailing list