]> spindle.queued.net Git - midori/commitdiff
Fix handling of 'app' property on bookmark open
authorAlexander Butenko <a.butenka@gmail.com>
Fri, 2 Jul 2010 05:05:11 +0000 (01:05 -0400)
committerChristian Dywan <christian@twotoasts.de>
Fri, 2 Jul 2010 21:34:33 +0000 (23:34 +0200)
midori/midori-browser.c

index eb73654ea818ca9c31c36557f4a3e92409296a12..41a4eec83a0fa8b0c39ee37b4567fdfe3ae503a3 100644 (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
     {