Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
b458b8c1
Commit
b458b8c1
authored
Apr 02, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
69bb09c4
b30d021c
Changes
1
Hide whitespace changes
Inline
Side-by-side
page-widget.c
View file @
b458b8c1
...
...
@@ -477,7 +477,7 @@ zathura_page_widget_link_get(ZathuraPage* widget, unsigned int index)
g_return_val_if_fail
(
priv
!=
NULL
,
NULL
);
if
(
priv
->
links
!=
NULL
&&
index
>=
priv
->
link_offset
&&
girara_list_size
(
priv
->
links
)
>
=
index
-
priv
->
link_offset
)
{
girara_list_size
(
priv
->
links
)
>
index
-
priv
->
link_offset
)
{
return
girara_list_nth
(
priv
->
links
,
index
-
priv
->
link_offset
);
}
else
{
return
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment