diff options
author | rbuj <[email protected]> | 2020-07-13 11:09:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-21 11:39:20 +0200 |
commit | c1d31a5b4b09fbccad8c3a51d26cd87b76dedd65 (patch) | |
tree | 41d8a7fab61709c0b3ef9dcb96a4a76e779c049e /src/eom-util.h | |
parent | 7fb07bc91522438d8b8dfc22d558c4304cfe215a (diff) | |
download | eom-c1d31a5b4b09fbccad8c3a51d26cd87b76dedd65.tar.bz2 eom-c1d31a5b4b09fbccad8c3a51d26cd87b76dedd65.tar.xz |
Shorten the function name for notebook scroll-event
Diffstat (limited to 'src/eom-util.h')
-rw-r--r-- | src/eom-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-util.h b/src/eom-util.h index b713721..d08b88a 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -65,7 +65,7 @@ G_GNUC_INTERNAL void eom_util_show_file_in_filemanager (GFile *file, GtkWindow *toplevel); -gboolean eom_notebook_page_scroll_event_cb (GtkWidget *notebook, +gboolean eom_notebook_scroll_event_cb (GtkWidget *notebook, GdkEventScroll *event); G_END_DECLS |