aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-22 00:18:01 +0200
committerjcid <devnull@localhost>2008-06-22 00:18:01 +0200
commitdd0cc1931cb614e7ca911295898202af1ee7d01c (patch)
treec0c8c3224046349e4ba8214a4c251b1563f78bd9 /src/uicmd.cc
parentc9d3deab85736f66716079aa454ab2a541a3078a (diff)
- Added a minor debug feature.
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 7975237d..1df57488 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -645,7 +645,7 @@ 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)
+ if (!cmd)
a_UIcmd_close_bw(bw);
#endif
}