Updating branch refs/heads/master
to 1e8e6f4652c1bef1a96f40a98f8bf95f3f4cd0f8 (commit)
from ad5066a43fa8baeb25f64afcce3c2b1582455f6e (commit)
commit 1e8e6f4652c1bef1a96f40a98f8bf95f3f4cd0f8
Author: Alexander Butenko <[email protected]>
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
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits