summaryrefslogtreecommitdiff
path: root/src/eom-util.h
diff options
context:
space:
mode:
authortamplan <[email protected]>2020-05-24 12:58:45 +0200
committerraveit65 <[email protected]>2020-07-13 10:24:27 +0200
commitf27d0293d6ba096c8b9a2325bf482e1c9c281de7 (patch)
tree55519a1021d2d1cbf5180bb2c680937b640c25f6 /src/eom-util.h
parente6215d267425ec0db970aecf420077babfcc035d (diff)
downloadeom-f27d0293d6ba096c8b9a2325bf482e1c9c281de7.tar.bz2
eom-f27d0293d6ba096c8b9a2325bf482e1c9c281de7.tar.xz
Add tab scrolling support for dialog windows
Diffstat (limited to 'src/eom-util.h')
-rw-r--r--src/eom-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eom-util.h b/src/eom-util.h
index a2b0ae8..b713721 100644
--- a/src/eom-util.h
+++ b/src/eom-util.h
@@ -65,8 +65,8 @@ G_GNUC_INTERNAL
void eom_util_show_file_in_filemanager (GFile *file,
GtkWindow *toplevel);
-gboolean eom_util_dialog_page_scroll_event_cb (GtkWidget *notebook,
- GdkEventScroll *event);
+gboolean eom_notebook_page_scroll_event_cb (GtkWidget *notebook,
+ GdkEventScroll *event);
G_END_DECLS