mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 08:36:01 +01:00
Fix placing of break
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
06aab5d3e6
commit
e597921125
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue