From 85290d1463b8dbfe471fe73612594a0802631ac3 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Sun, 22 Jan 2012 12:30:25 +0100 Subject: [PATCH] Coding standard --- callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callbacks.c b/callbacks.c index 0fc41ad..e8df477 100644 --- a/callbacks.c +++ b/callbacks.c @@ -124,7 +124,7 @@ cb_index_row_activated(GtkTreeView* tree_view, GtkTreePath* path, sc_toggle_index(zathura->ui.session, NULL, 0); page_set_delayed(zathura, index_element->target.page_number); } else if (index_element->type == ZATHURA_LINK_EXTERNAL) { - if (!girara_xdg_open(index_element->target.uri)) { + if (girara_xdg_open(index_element->target.uri) == false) { girara_notify(zathura->ui.session, GIRARA_ERROR, "Failed to run xdg-open."); } }