aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-21 15:00:35 +0200
committerjcid <devnull@localhost>2008-06-21 15:00:35 +0200
commitce4e15623eac1c7bbb98b86d76db0329d580de3b (patch)
tree35f09a09981799fc65c8e7e8862e981e334d9b7e /src
parentf8778c841ae05be5cf30afa9fbb00d02c35ef564 (diff)
- Updated AUTHORS
Diffstat (limited to 'src')
-rw-r--r--src/uicmd.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 27191766..7975237d 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -644,6 +644,10 @@ void a_UIcmd_set_page_prog(BrowserWindow *bw, size_t nbytes, int cmd)
void a_UIcmd_set_img_prog(BrowserWindow *bw, int n_img, int t_img, int cmd)
{
BW2UI(bw)->set_img_prog(n_img, t_img, cmd);
+#if 0
+ if (cmd == 1 && n_img > 0 && n_img == t_img)
+ a_UIcmd_close_bw(bw);
+#endif
}
/*