From 2bbdd2f5b9529ab7cebd8fafa5cd4aa491a24010 Mon Sep 17 00:00:00 2001 From: Bert Date: Sun, 4 Sep 2011 20:14:38 +0200 Subject: [PATCH] Fixed title-update in thumb mode --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 8aec947..f756e0c 100644 --- a/main.c +++ b/main.c @@ -342,12 +342,12 @@ void on_buttonpress(XButtonEvent *bev) { mode = MODE_IMAGE; set_timeout(reset_cursor, TO_CURSOR_HIDE, 1); load_image(tns.sel); - redraw(); } else { tns_highlight(&tns, &win, tns.sel, False); tns_highlight(&tns, &win, sel, True); tns.sel = sel; } + redraw(); break; } break;