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
3575157c
Commit
3575157c
authored
Oct 31, 2013
by
Sebastian Ramacher
Browse files
Connect the correct callback
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
73e0754d
Changes
1
Show whitespace changes
Inline
Side-by-side
zathura.c
View file @
3575157c
...
...
@@ -726,7 +726,7 @@ document_open(zathura_t* zathura, const char* path, const char* password,
g_signal_connect
(
G_OBJECT
(
page_widget
),
"text-selected"
,
G_CALLBACK
(
cb_page_widget_text_selected
),
zathura
);
g_signal_connect
(
G_OBJECT
(
page_widget
),
"image-selected"
,
G_CALLBACK
(
cb_page_widget_
text
_selected
),
zathura
);
G_CALLBACK
(
cb_page_widget_
image
_selected
),
zathura
);
}
/* view mode */
...
...
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