aboutsummaryrefslogtreecommitdiff
path: root/fiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-07 05:30:19 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-07 05:33:33 +0100
commit235af3738287696c9880b9c006e073dd07e2f406 (patch)
treebcad87dbc2b34760d2a7c928bf96f12ecc117f2c /fiv.c
parent06ab13797d2f8fed8507f7ba4c4b25bb05582364 (diff)
downloadfiv-235af3738287696c9880b9c006e073dd07e2f406.tar.gz
fiv-235af3738287696c9880b9c006e073dd07e2f406.tar.xz
fiv-235af3738287696c9880b9c006e073dd07e2f406.zip
Handle middle mouse clicks on breadcrumbs
Also, don't act on button releases happening outside the widget.
Diffstat (limited to 'fiv.c')
-rw-r--r--fiv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fiv.c b/fiv.c
index deb1531..b696080 100644
--- a/fiv.c
+++ b/fiv.c
@@ -1431,8 +1431,7 @@ main(int argc, char *argv[])
gtk_container_set_focus_hadjustment(GTK_CONTAINER(browser_port), NULL);
gtk_container_set_focus_vadjustment(GTK_CONTAINER(browser_port), NULL);
- // TODO(p): As with GtkFileChooserWidget, bind C-h to filtering,
- // and mayhaps forward the rest to the sidebar, somehow.
+ // TODO(p): Mayhaps forward some key presses to the sidebar, somehow.
g.browser_sidebar = make_browser_sidebar(g.model);
g.browser_paned = gtk_paned_new(GTK_ORIENTATION_HORIZONTAL);