Fix handling of 'app' property on bookmark open

This commit is contained in:
Alexander Butenko 2010-07-02 01:05:11 -04:00 committed by Christian Dywan
parent ad5066a43f
commit 1e8e6f4652

View file

@ -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
{