mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:23:47 +01:00
Fix placing of break
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
06aab5d3e6
commit
e597921125
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user