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
76323a4c
Commit
76323a4c
authored
Feb 07, 2012
by
Moritz Lipp
Browse files
Remove debug output
parent
ed615533
Changes
1
Hide whitespace changes
Inline
Side-by-side
callbacks.c
View file @
76323a4c
...
...
@@ -183,11 +183,9 @@ cb_sc_follow(GtkEntry* entry, girara_session_t* session)
if
(
link
!=
NULL
)
{
switch
(
link
->
type
)
{
case
ZATHURA_LINK_TO_PAGE
:
girara_info
(
"page number: %d"
,
link
->
target
.
page_number
);
page_set_delayed
(
zathura
,
link
->
target
.
page_number
);
break
;
case
ZATHURA_LINK_EXTERNAL
:
girara_info
(
"target: %s"
,
link
->
target
.
value
);
girara_xdg_open
(
link
->
target
.
value
);
break
;
}
...
...
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