mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:36:00 +01:00
Connect the correct callback
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
73e0754d58
commit
3575157cb2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue