From: Alexander Butenko Date: Fri, 2 Jul 2010 05:05:11 +0000 (-0400) Subject: Fix handling of 'app' property on bookmark open X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8e6f4652c1bef1a96f40a98f8bf95f3f4cd0f8;p=midori Fix handling of 'app' property on bookmark open --- diff --git a/midori/midori-browser.c b/midori/midori-browser.c index eb73654e..41a4eec8 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 {