mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 01:13:48 +01:00
Connect the correct callback
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
73e0754d58
commit
3575157cb2
@ -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_signal_connect(G_OBJECT(page_widget), "text-selected",
|
||||||
G_CALLBACK(cb_page_widget_text_selected), zathura);
|
G_CALLBACK(cb_page_widget_text_selected), zathura);
|
||||||
g_signal_connect(G_OBJECT(page_widget), "image-selected",
|
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 */
|
/* view mode */
|
||||||
|
Loading…
Reference in New Issue
Block a user