summaryrefslogtreecommitdiff
path: root/src/eom-util.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-07-13 10:25:35 +0200
committerraveit65 <[email protected]>2020-07-13 10:26:39 +0200
commit9cb538c6c309b1dbf7fa2356b39db7669982ec37 (patch)
tree71af6b32e838583742d495238c814853212aa66d /src/eom-util.h
parentf27d0293d6ba096c8b9a2325bf482e1c9c281de7 (diff)
downloadeom-9cb538c6c309b1dbf7fa2356b39db7669982ec37.tar.bz2
eom-9cb538c6c309b1dbf7fa2356b39db7669982ec37.tar.xz
Revert "Add tab scrolling support for dialog windows"
This reverts commit f27d0293d6ba096c8b9a2325bf482e1c9c281de7.
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 b713721..a2b0ae8 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_notebook_page_scroll_event_cb (GtkWidget *notebook,
- GdkEventScroll *event);
+gboolean eom_util_dialog_page_scroll_event_cb (GtkWidget *notebook,
+ GdkEventScroll *event);
G_END_DECLS