diff options
author | Bert <ber.t@gmx.com> | 2011-09-04 20:14:38 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-09-04 20:14:38 +0200 |
commit | 2bbdd2f5b9529ab7cebd8fafa5cd4aa491a24010 (patch) | |
tree | 4ace8817ea481b647a9a1f0d0e8d4f20e826b67b /main.c | |
parent | 26eae8be966ab8e7ef940806077b56bbc7c191bc (diff) |
Fixed title-update in thumb mode
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |