Fix handling of 'app' property on bookmark open
This commit is contained in:
parent
ad5066a43f
commit
1e8e6f4652
1 changed files with 1 additions and 1 deletions
|
@ -2855,7 +2855,7 @@ midori_browser_open_bookmark (MidoriBrowser* browser,
|
||||||
uri_fixed = g_strdup (uri);
|
uri_fixed = g_strdup (uri);
|
||||||
|
|
||||||
/* FIXME: Use the same binary that is running right now */
|
/* 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);
|
midori_browser_spawn_app (uri_fixed);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue