Fix placing of break

Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2017-06-20 21:29:23 +02:00
parent 06aab5d3e6
commit e597921125

View File

@ -1081,8 +1081,8 @@ sc_navigate_index(girara_session_t* session, girara_argument_t* argument,
} else {
gtk_tree_view_expand_row(tree_view, path, FALSE);
}
break;
}
break;
case SELECT:
cb_index_row_activated(tree_view, path, NULL, zathura);
gtk_tree_path_free(path);